Ping
get
Tests API key, returns 200 if successful
Authorizations
Responses
200
Ping/auth success
application/json
403
Access denied
application/json
503
System not ready for requests
application/json
get
/app/api/v1/pingGET /app/api/v1/ping HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"message": "text",
"server_root": "text"
}Last updated
Was this helpful?