/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 'https://adss-integration.returning.ai/apis/v1/users/apikeys?userId=71100af5c548eb5c7ebc7819' \
--header 'Authorization: Bearer <apiKey>' \
--header 'Content-Type: application/json' \
--data '{
"name": "testing",
"permissions": [
"sendMessages"
],
"expirePeriod": 0,
"expireDate": "",
"communityId": "6167dba9c548eb5c7ec28057"
}'{}