Skip to main content

Retrieve an API key

GET 
/auth/api_keys/:id

Retrieves the details of an existing API key.

Request

Path Parameters

    id stringrequired

    The id of the API Key

Query Parameters

    include_permission_groups boolean

    If false, only ids will be returned, otherwise the nested resources will be returned.

Responses

200: Successful response

401: Authentication error

403: Authorization error

404: Resource not found

Loading...