cURL
curl --request GET \ --url https://api.iolokis.com/sec_health_check \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
This route acts like a health check for the API connection and the validity of the authorization token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No content. JWT token is valid. API is connected.