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>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.gable.ai/llms.txt

Use this file to discover all available pages before exploring further.

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