Skip to main content
POST

Validate API Key

Validate an API key to verify it’s active and has proper permissions.

Response Fields

boolean
required
Whether the API key is valid.
string
required
Associated client identifier.
array
required
Array of permissions granted to this API key.
timestamp
API key expiration timestamp.

Usage Examples

Pro Tip: Use this endpoint to verify API keys before performing operations.