API ReferenceSystem
Ping the service
Health check for developer API availability.
Authorization
BearerAuth AuthorizationBearer <token>
Developer API key. Send as Authorization: Bearer <api_key>.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/ping"{ "message": "pong!", "status": "OK"}{ "err": "string", "message": "string", "result": null, "status": "NOK"}