Skip to main content
GET
Check API Key Status

Verify your access

Use this endpoint to validate your API Key, check your current subscription Tier, and monitor your Daily and Monthly token usage limits.

Returns

string
Always ā€œauthorizationā€.
string
Unique identifier for this authorization check (format: auth- + 16 hex chars).
boolean
Indicates if the provided API Key is valid and active.
string
The current tier of the API Key (e.g., ā€œFreeā€, ā€œDeveloperā€, ā€œProductionā€).
array
List of capabilities granted to this key (e.g., chat.completions, embeddings).
object
Detailed breakdown of token usage and limits.
string
The organization identifier (default: org-neosantara-ai).
integer
Unix timestamp of the check.
object
Internal debugging and status information.

Return Examples

Response 200
Last modified on November 30, 2025