Keys
Retrieve a key by ID
GET
Changelog
Date | Changes |
---|---|
Dec 06 2023 | Introduced endpoint |
May 15 2024 | Return updatedAt timestamp |
Aug 01 2024 | Return identities |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The id of the key to fetch
Minimum length:
1
Example:
"key_1234"
Decrypt and display the raw key. Only possible if the key was encrypted when generated.
Response
200
application/json
The configuration for a single key
The response is of type object
.