Get all api keys
cURL
curl --request GET \ --url 'https://api-(organization).gable.ai/v0/api-keys'
[ { "id": "<string>", "name": "<string>", "value": "<string>" } ]
Api keys
The response is of type object[].
object[]