on 10-01-2024 06:37 AM
response": {
"statusCode": 403,
"status": "Forbidden",
You could either delay their requests a bit to account for the call finishing importing or pass the call_in_progress parameter as true if you don't need the response we currently provide them
The request provides a transaction ID that has yet to exist in the Invoca platform. This caused a race between the request being made and the call finishing importing into Invoca. It would be good to check with them to see if they have timing on when the call finished vs. when the API request was made.
The downside is you won't get an immediate response to indicate the update was successful.
201 Created
Request was accepted with the call_in_progress parameter set to true