Security API Reference
Key Profile
Fetch the details associated with an API KEY with this endpoint.
GET
Fetch the details associated with an API KEY with this endpoint. This includes information about the key’s permissions, associated user, and usage statistics.
This endpoint requires a valid API key in the Authorization header.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
API key profile retrieved successfully