Ping the API
GET/beta/ping
A simple health check endpoint to verify that the API is running and that the API request is correctly authenticated.
Responses
- 200
- 401
- 402
- 429
The API is running and the API request is authenticated.
The API request failed to authenticate.
Possible reasons are:
- The request doesn't specify an API key
- The specified API key does not exist or has been revoked
- The user tied to the API key does no longer exist or is no longer authorized
API access is not enabled for your subscription.
The API request exceeds the rate limit.