Get Token Information
GET/api/v1/token
Returns details about the current API key: its name, expiration date, and associated organization. Useful for validating the key and confirming which organization it belongs to.
Responses
- 200
- 401
- 429
successful
unauthorized
too many requests
Response Headers
X-RateLimit-Limit
Your request allowance for the current window.
X-RateLimit-Remaining
Requests remaining in the current window.
X-RateLimit-Reset
Unix time (seconds) at which the window resets.
Retry-After
Seconds to wait before retrying.