✨ Asisso is live — Build production voice AI agents with our drag-and-drop workflow builder. Get started → · SDKs →
curl --request GET \
--url https://app.asisso.com/api/v1/user/api-keys[
{
"id": 123,
"name": "<string>",
"key_prefix": "<string>",
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"last_used_at": "2023-11-07T05:31:56Z",
"archived_at": "2023-11-07T05:31:56Z"
}
]Retrieve all API keys for your organization
curl --request GET \
--url https://app.asisso.com/api/v1/user/api-keys[
{
"id": 123,
"name": "<string>",
"key_prefix": "<string>",
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"last_used_at": "2023-11-07T05:31:56Z",
"archived_at": "2023-11-07T05:31:56Z"
}
]TheDocumentation Index
Fetch the complete documentation index at: https://asisso-cd509912.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
key field is never returned in list responses — only key_prefix (the first 8 characters) is shown for identification. To include archived keys, pass ?include_archived=true.