Stefanie_Morgan | 2024-10-17 08:46:47 UTC | #1
Getting a 404 error for the following API https://api.euw2.pure.cloud/api/v2/calls/6ba826f3-36a8-4eaf-92fd-4efc7e4d4d7a/participants/1c5684d5-7403-458a-9cca-21d955a61b61 { "message": "HTTP 404 Not Found", "code": "not found", "status": 404, "contextId": "3cab51df-b84e-47e2-8783-f846d565681e", "details": [], "errors": [] }
has any one experienced this before ? i have changed the GUIDs and tried different levels of Auth but still doesn't seem to be able to progress past it
Jerome.Saint-Marc | 2024-10-17 08:55:41 UTC | #2
Hello,
Your url/path is incorrect (missing 'conversations/'). It is PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId}.
Regards,
Stefanie_Morgan | 2024-10-17 09:25:32 UTC | #3
an assumption was made to replace the {conversationId} & {participantId} with the GUID's is that not the case
Kind regards Stef
Jerome.Saint-Marc | 2024-10-17 10:19:38 UTC | #4
Stefanie_Morgan, post:1, topic:29914
https://api.euw2.pure.cloud/api/v2/calls/6ba826f3-36a8-4eaf-92fd-4efc7e4d4d7a/participants/1c5684d5-7403-458a-9cca-21d955a61b61
This is the url you have posted. I am just saying this path does not exist - if you compare to PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId}
Your url should have been (I am writing in capital letter just so you can spot the difference): https://api.euw2.pure.cloud/api/v2/CONVERSATIONS/calls/6ba826f3-36a8-4eaf-92fd-4efc7e4d4d7a/participants/1c5684d5-7403-458a-9cca-21d955a61b61
Stefanie_Morgan | 2024-10-18 07:32:09 UTC | #5
Thank you for the update, i have attached a screen shot of the API incase it needs to be updated as the Conversation piece is missing from the docs i was referring too.
system | 2024-11-17 07:32:58 UTC | #6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 29914