Retrieve an API key
Retrieve an API key by ID.
Path parameters
id
The ID of the temporary API key to retrieve.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY.
Response
API key details.
id
API key ID.
name
Key name.
prefix
Key prefix.
is_test
Test or production key.
expiry_date
Expiry date.
max_usage
Max usage count. -1 = unlimited.
rate_limit
Calls per minute.
spending_limit
Spending limit in USD.
created_at
Errors
401
Unauthorized Error
404
Not Found Error