Skip to content

Ping

Verify your API key and that the service is running.

MethodGET
Route/partner/ping
Authx-api-key required

Returns HTTP 200 with no response body if the health check is successful.

Terminal window
curl -X GET \
'https://api-beta.atomtickets.com/partner/ping' \
-H 'x-api-key: {AtomPartnerApiKey}'