Ping
Health Check
Section titled “Health Check”Verify your API key and that the service is running.
| Method | GET |
| Route | /partner/ping |
| Auth | x-api-key required |
Response
Section titled “Response”Returns HTTP 200 with no response body if the health check is successful.
Example
Section titled “Example”curl -X GET \ 'https://api-beta.atomtickets.com/partner/ping' \ -H 'x-api-key: {AtomPartnerApiKey}'