For the complete documentation index, see llms.txt. This page is also available as Markdown.

ServiceIsAvailable

get
Authorizations
AuthorizationstringRequired

This API uses Bearer token authentication.

Requests to this API should contain an Authorization header like this:

Authorization: Bearer [Token]
Responses
200

Successful request

application/json
booleanOptional
get/serviceIsAvailable
GET /serviceIsAvailable HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Successful request

true

Was this helpful?