List API keys
Returns the API keys belonging to the authenticated account.
Query parameters
Filters API keys by label. Matches partial values.
Response
Returns the list of API keys.
Example response
[
{
"id": 123,
"label": "Production API Key",
"value": "abc123def456ghi789jkl012mno345pqr678stu901vwx234yz",
"active": true,
"restricted": true,
"permitted_ips": [
"192.168.1.1",
"10.0.0.1"
],
"scopes_enabled": true,
"last_used_at": "2026-04-20T15:42:11Z",
"numbers": {
"allow": "read"
},
"trunks": {
"allow": "read"
},
"calls": {
"allow": "read"
},
"messages": {
"allow": "read"
},
"recordings": {
"allow": "read"
},
"campaigns": {
"allow": "read"
},
"two_fa": {
"allow": "read"
},
"validator": {
"allow": "read"
},
"webhooks": {
"allow": "read"
},
"embeddable": {
"allow": "read"
},
"billing": {
"allow": "read"
},
"account": {
"allow": "read"
},
"subaccounts": {
"allow": "read"
},
"created_at": "2024-01-15T10:30:00Z"
}
]Changes
Changed in 4 of the 50 revisions of this API.328
- ▲
removed the required property
items/is_activefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/is_restrictionfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/is_scopes_enabledfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
items/activeto the response with the200statusresponse-required-property-added
- ○
added the required property
items/restrictedto the response with the200statusresponse-required-property-added
- ○
added the required property
items/scopes_enabledto the response with the200statusresponse-required-property-added
This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
the response property
items/created_atbecame required for the status200response-property-became-required
- ○
the response property
items/idbecame required for the status200response-property-became-required
- ○
the response property
items/is_activebecame required for the status200response-property-became-required
- ○
the response property
items/is_restrictionbecame required for the status200response-property-became-required
- ○
the response property
items/labelbecame required for the status200response-property-became-required
- ○
the response property
items/permitted_ipsbecame required for the status200response-property-became-required
- ○
the response property
items/valuebecame required for the status200response-property-became-required
- ○
added the required property
items/accountto the response with the200statusresponse-required-property-added
- ○
added the required property
items/billingto the response with the200statusresponse-required-property-added
- ○
added the required property
items/callsto the response with the200statusresponse-required-property-added
- ○
added the required property
items/campaignsto the response with the200statusresponse-required-property-added
- ○
added the required property
items/embeddableto the response with the200statusresponse-required-property-added
- ○
added the required property
items/is_scopes_enabledto the response with the200statusresponse-required-property-added
- ○
added the required property
items/last_used_atto the response with the200statusresponse-required-property-added
- ○
added the required property
items/messagesto the response with the200statusresponse-required-property-added
- ○
added the required property
items/numbersto the response with the200statusresponse-required-property-added
- ○
added the required property
items/recordingsto the response with the200statusresponse-required-property-added
- ○
added the required property
items/subaccountsto the response with the200statusresponse-required-property-added
- ○
added the required property
items/trunksto the response with the200statusresponse-required-property-added
- ○
added the required property
items/two_fato the response with the200statusresponse-required-property-added
- ○
added the required property
items/validatorto the response with the200statusresponse-required-property-added
- ○
added the required property
items/webhooksto the response with the200statusresponse-required-property-added
- ○
- ○
api operation id
api_keys_listwas addedapi-operation-id-added
This revision also has 163 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○