Ping
Returns the service name and version. Used to confirm the API is reachable.
Returns the service name and version. Used to confirm the API is reachable.
Authorization
basicAuth AuthorizationBasic <token>
In: header
curl -X GET "https://example.com/ping"{ "version": "string", "name": "string"}{ "error": { "message": "string", "type": "string" }}