HTTP 404

form_not_found

This form does not exist or is inactive.

How to resolve

Confirm the api_key matches an active form. Create a form at https://app.formsreach.com and copy the key from that form.

JSON envelope

{
  "data": null,
  "status": "failure",
  "error": {
    "type": "https://formsreach.com/errors/form_not_found",
    "title": "Not Found",
    "status": 404,
    "code": "form_not_found",
    "detail": "This form does not exist or is inactive.",
    "hint": "Confirm the api_key matches an active form. Create a form at https://app.formsreach.com and copy the key from that form."
  },
  "meta": {
    "requestId": "req_example",
    "docs": "https://formsreach.com/errors/form_not_found/"
  }
}

Machine copy: /errors/form_not_found.json · OpenAPI · Developers