Ana içeriğe atla
GET
/
apikeys
API anahtarlarını listele
curl --request GET \
  --url https://app.azalt.co/api/v1/apikeys \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "createdAt": "<string>",
    "hashedKey": "<string>"
  }
]

Yetkilendirmeler

Authorization
string
header
gerekli

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

Yanıt

Successful response

id
string
gerekli
name
string
gerekli
createdAt
string
gerekli
hashedKey
string
gerekli