Api Keys
Show API key
Showing the details of an API key.
get/api/v1/apikeys/{key}
Path parameters
keystring required
The API key to show.
Response
OK
Example response
{
"active": true,
"createdAt": 1517232722,
"createdBy": "user123",
"key": "39978f49-6ff1-4147-bf0f-9910185084b7",
"label": "My Api Key",
"organizationId": "de.acme"
}