not_found
Not found โ HTTP 404 ยท type not_found_error
What happened
The requested resource doesn't exist in this environment.
How to fix it
Check the id and that you're calling the right environment (sandbox vs production are isolated).
Example response
{
"error": {
"type": "not_found_error",
"code": "not_found",
"message": "A human-readable description of what went wrong.",
"doc_url": "https://docs.interglobe.io/errors/not_found"
},
"request_id": "req_1a2b3c"
}