cURL
curl --request GET \ --url https://operator.io/api/chat-keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "id": "<string>", "name": "<string>", "prefix": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
Returns metadata for all API keys. Key values are not included.
API key (ck_live_...). Create one in Settings > API Keys.
ck_live_...
List of keys.
Show child attributes