GET
/
ping
curl --request GET \
  --url https://api.withorb.com/v1/ping \
  --header 'Authorization: Bearer <token>'
{
  "response": "<string>"
}

Authorizations

Authorization
string
header
required

API Keys can be issued in the Orb's web application.

Response

200
application/json
OK
response
string
required