Retrieve an existing API key by ID
Retrieve an existing API key by ID
Authorizations
Bearer token authentication
Query Parameters
The configuration ID to use for the API key lookup. If not provided, the default configuration will be used.
The id of the Api Key
Response
API key retrieved successfully
created at
Sets if key is enabled or disabled
ID
Whether the key has rate limiting enabled
The number of requests made within the rate limit time window
updated at
The owner of the user id
Expiry date of a key
The last refill date
When last request occurred
Extra metadata about the apiKey
The name of the key
Permissions for the api key (stored as JSON string)
The API Key prefix. Stored as plain text.
Maximum amount of requests allowed within a window
The duration in milliseconds
The amount to refill
The interval in milliseconds between refills of the remaining count. Example: 3600000 // refill every hour (3600000ms = 1h)
Remaining requests (every time api key is used this should updated and should be updated on refill as well)
Shows the first few characters of the API key, including the prefix. This allows you to show those few characters in the UI to make it easier for users to identify the API key.
