v1

latestOpenAPI 3.1.02026-07-1342111193.6 KB
Auth

Ping

No-op authorization test endpoint. Returns a 200 if requested with a valid Bearer auth token. Any valid authorization token with any scope will be able to get a 200 from this endpoint.

get/ping

Headers

Arcadia-Versionstring required

The Arcadia-Version for the request

Response

Success

pongboolean required

Always true

Example response

{
  "pong": true
}