Skip to main content
GET
Validate Access Token

Overview

The validate endpoint allows you to verify that your API key is valid and retrieve information about the associated account and key permissions.
This endpoint is useful for verifying API key validity during application startup or after key rotation.

Response

boolean
required
true if validation succeeded
object
required

Example Request

Example Response

Error Responses

After 5 failed attempts, your IP will be temporarily blocked for 15 minutes.

Use Cases

Startup Validation

Verify API key during application initialization

Health Checks

Include in application health check routines

Environment Verification

Confirm you’re using the correct key (sandbox vs production)

Permission Checking

Verify key scope and permissions before operations

Integration Example

Best Practices

Always validate your API key when your application starts
Don’t validate on every request - cache the result
Verify you’re using the correct environment
Implement proper error handling

Health Check

Check API service status

Get Balance

Check your account balance