Skip to main content
GET
/
apikeys
List API keys
curl --request GET \
  --url https://app.azalt.co/api/v1/apikeys \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "createdAt": "<string>",
    "hashedKey": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

id
string
required
name
string
required
createdAt
string
required
hashedKey
string
required