Skip to main content
GET
/
api
/
api-keys
List API keys
curl --request GET \
  --url https://app.telentir.com/api/api-keys \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "key": "<string>",
    "last_used_at": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Keys owned by the current user

id
string
name
string
key
string

Plaintext is only returned immediately after creation

last_used_at
string<date-time> | null
created_at
string<date-time> | null