Documentation Index
Fetch the complete documentation index at: https://docs.grantex.dev/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
Requires a developer API key in theAuthorization header.
Request Headers
| Header | Value |
|---|---|
Authorization | Bearer <api_key> |
Example Request
Response — 200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
developerId | string | The authenticated developer’s ID |
period | string | Current date in YYYY-MM-DD format |
tokenExchanges | number | Number of token exchange requests today |
authorizations | number | Number of authorization requests today |
verifications | number | Number of token verification requests today |
totalRequests | number | Sum of all request types |
Usage counters are served from Redis for real-time accuracy. They reset at midnight UTC.
Error Responses
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid or missing API key |