HTTP 404
not_found
No resource exists at this path.
How to resolve
See https://formsreach.com/llms.txt for discoverable URLs, or https://formsreach.com/openapi.json for the submit API.
JSON envelope
{
"data": null,
"status": "failure",
"error": {
"type": "https://formsreach.com/errors/not_found",
"title": "Not Found",
"status": 404,
"code": "not_found",
"detail": "No resource exists at this path.",
"hint": "See https://formsreach.com/llms.txt for discoverable URLs, or https://formsreach.com/openapi.json for the submit API."
},
"meta": {
"requestId": "req_example",
"docs": "https://formsreach.com/errors/not_found/"
}
}Machine copy: /errors/not_found.json · OpenAPI · Developers