ClavianAPI errors
All error codes

404 Not Found

Not found

Code
not_found
Status
404 Not Found
Type
https://errors.clavian.io/not-found

What it means

Nothing the caller may see is at this address. Where saying that something exists would reveal it, such as a venue in another organisation, the API answers this rather than forbidden.

What to do

Check the id and the path, and do not send the same request again. Do not take this answer as proof that the record does not exist.

Example

The API answers with status 404 and this body, as application/problem+json. A detail may be added, saying what went wrong this time; it is for people, and changes.

{
  "type": "https://errors.clavian.io/not-found",
  "title": "Not found",
  "status": 404,
  "code": "not_found",
  "requestId": "req_01k5znw4hmfay8vvr14d2pf2db"
}

Endpoints that return it

77 endpoints in the OpenAPI document name it among their answers.

All 77 endpoints