api-keys
Get a specific API key by ID
Returns metadata for a single API key by its ID.
get/api/v1/api-keys/{id}
Path parameters
idstring required
ID of the API key to retrieve
Response
OK response.
Example response
{
"subscription": "premium-team-sub"
}