Skip to main content
GET
/
customer
/
v2
/
ping
Health Check
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"
  }
}

Authorizations

X-ORBIT-KEY
string
header
required

API key for v1 and v2 (when not using Bearer token)

Response

200 - application/json

OK

success
boolean
Example:

true

message
string
Example:

"pong"

data
object