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"
}Changes
Changed in 3 of the 31 revisions of this API.12
- ○
added the optional property
subscriptionto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲