HTTP 403
domain_denied
This origin is not on the form domain allowlist.
How to resolve
Add the site host (and www if used) under form domain settings. See https://formsreach.com/docs/submit-api/domains/
JSON envelope
{
"data": null,
"status": "failure",
"error": {
"type": "https://formsreach.com/errors/domain_denied",
"title": "Forbidden",
"status": 403,
"code": "domain_denied",
"detail": "This origin is not on the form domain allowlist.",
"hint": "Add the site host (and www if used) under form domain settings. See https://formsreach.com/docs/submit-api/domains/"
},
"meta": {
"requestId": "req_example",
"docs": "https://formsreach.com/errors/domain_denied/"
}
}Machine copy: /errors/domain_denied.json · OpenAPI · Developers