Skip to main content
GET
/
v0
/
api-keys
Get all api keys
curl --request GET \
  --url https://{hostname}.gable.ai/v0/api-keys \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "value": "<string>"
  }
]

Authorizations

X-API-KEY
string
header
required

Response

Api keys

id
string

The identifier of the API key

name
string

The name of the API key

value
string

The value of the API key