cURL
curl --request GET \ --url https://staging.depot.mesa.dev/{org}/api-keys \ --header 'Authorization: Bearer <token>'
{ "api_keys": [ { "id": "<string>", "name": "<string>", "scopes": [ "<string>" ], "last_used_at": "<string>", "expires_at": "<string>", "revoked_at": "<string>", "created_at": "<string>" } ] }
List all API keys for the organization (key values are not returned)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API keys list
Show child attributes