GET
/
v0
/
api-keys
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/api-keys'
[
  {
    "id": "<string>",
    "name": "<string>",
    "value": "<string>"
  }
]

Response

200
application/json

Api keys

The response is of type object[].