Keys
Returns data about a key
POST
/
v1
/
keys.whoami
Changelog
Date | Changes |
---|---|
Oct 07 2024 | Introduced endpoint |
You may not always have easy access to the keyId
and therefore can’t use /v1/keys.getKey
.
This offers an escape hatch to send us the real key instead.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The actual key to fetch
Minimum length:
1
Response
200 - application/json
The ID of the key
The timestamp in milliseconds when the key was created
Whether the key is enabled
The name of the key
The remaining number of requests for the key
The identity object associated with the key
Metadata associated with the key
The environment the key is associated with
Was this page helpful?