cURL
curl --request GET \ --url https://orbitflare.com/api/customer/v2/ping \ --header 'X-ORBIT-KEY: <api-key>'
{ "success": true, "message": "pong", "data": { "version": "2.0" } }
Simple health check endpoint.
API key for v1 and v2 (when not using Bearer token)
OK
true
"pong"
Show child attributes
Was this page helpful?