The deployment you're trying to access does not exist.
Can you check your configuration ?
The title of the post refers to SAE1 region but your url points to CAC1.
The contextId does refer indeed to SAE1.
Deployments are specific to each region.
Alternatively, you can do a manual Http request with following Api to check if your deployment is valid:
GET /api/v2/webdeployments/deployments/<deploymentId>
Content-Type: application/json
Genesys-Organization-Id: <your orgId>
Authorization: Bearer <TOKEN>
hello,I fixed the url request but I still get the error.
Request URL: https://api.sae1.pure.cloud/api/v2/webchat/guest/conversations
Here are Response:
"message": "Error accessing web deployment.",
"code": "bad request",
"status": 400,
"contextId": "778ee822-fa5d-4ba1-9ebf-0f74890b25f9",
"details": [],
"errors": []
Please advise!
The deploymentId that you specified is not known in this region.
Double check your configuration.
Go In Admin -> Messenger Deployments
Then select the deployment you're working with.