cURL
Authentication
Health Check
This route acts like a health check for the API connection and the validity of the authorization token.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
No content. JWT token is valid. API is connected.
