Health Routes
Health Check
Checks if the API is running
GET
/
ping
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Checks if the API is running
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.