GET
/
debug
curl --request GET \
  --url https://api.openint.dev/v1/debug \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Organization API key generated in the OpenInt Console and passed in the authorization header with format: Bearer {apiKey}

Query Parameters

crash
string

Response

200
application/json
Successful response
ok
boolean
required