API Reference
Health check
Check if the API is running
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - text/plain
API is running
The response is of type string
.
Example:
"OK"