/v1/users/apikeys, /v1/api-key-info, and the user-scoped update/delete paths). Those routes are not mounted on https://api.returning.ai.GET/POST /v1/communities/{communityId}/api-keys and PUT/DELETE /v1/communities/{communityId}/api-keys/{apiKeyId}.404 Route not found error. detail: Cannot GET /apis/v1/users/apikeys.404.sendMessages, replyMessages, reactToMessages) are not interchangeable with community names (sendMessage, replyMessage).name. Create returns key once. List also returns key.| Status | When | Recovery |
|---|---|---|
404 Cannot GET /apis/v1/users/apikeys | User key list | Use community API key routes. |
404 | /v1/api-key-info | List community keys by name. |
WIDGET_API_KEY is a different credential than these user API key routes.curl --location --request PUT 'https://adss-integration.returning.ai/apis/v1/users/71100af5c548eb5c7ebc7819/api-keys/689b34c3799e47c88fa2f89d' \
--header 'Content-Type: text/plain' \
--data '{
"name": "Updated API Key Name",
"permissions": [
"readOwnProfile",
"updateOwnProfile",
"readOwnMessages"
],
"expirePeriod": 180,
"expireDate": "2025-06-30T23:59:59Z",
"isActive": true
}'{}