HTTP 422
missing_api_key
Field api_key is required.
How to resolve
Include api_key in the JSON body, as a form field, or as a multipart field. Copy the key from the form overview in the dashboard.
JSON envelope
{
"data": null,
"status": "failure",
"error": {
"type": "https://formsreach.com/errors/missing_api_key",
"title": "Unprocessable Entity",
"status": 422,
"code": "missing_api_key",
"detail": "Field api_key is required.",
"hint": "Include api_key in the JSON body, as a form field, or as a multipart field. Copy the key from the form overview in the dashboard."
},
"meta": {
"requestId": "req_example",
"docs": "https://formsreach.com/errors/missing_api_key/"
}
}Machine copy: /errors/missing_api_key.json · OpenAPI · Developers