At some point, while using our API, you may fail to access the data from your form builder account. It’s best that you understand from the very beginning the cause of these errors. Therefore, here is a complete list of all the API responses you’d receive, with explanations attached.
In XML and JSON, the API error messages appear as tags (<errorMessage>), respectively names/keys (message).
Error Messages |
What it means |
Wrong API key |
This happens in three cases: 1.The API key you’ve assigned is not 35 characters (with “-”). 2.The first or the second part does not contain a numeric field. 3.The API key you’ve provided is not identical to the one from your 123FormBuilder account. |
Empty API key! |
You haven’t assigned the API Key from your 123FormBuilder account. |
You have exceeded the number of requests for today! |
You are not allowed to make more than 100 API calls per day on the Basic plan. |
No action specified! |
The action cannot be found within the URL. |
No form specified! |
The form cannot be found within the URL. |
No URL specified! |
You haven’t specified your Webhook URL. |
We couldn’t find this e-mail address associated with any of your subuser accounts! |
When retrieving a form, and the e-mail address is not associated with any of your subusers. |
We couldn’t find this form ID in your subuser’s account! |
When retrieving a form, and the form ID is not associated with any of your subusers. |
We couldn’t find this form ID in your account activity! |
The form ID you have specified in the URL cannot be found in your 123FormBuilder account. |
You do not have access to this operation! |
The subuser is not allowed to perform this operation. |
The specified webhook already exists! |
You cannot have duplicated webhooks. |
You have more than 10 webhooks set for this form! |
You can have up to 10 webhooks on a form. |
You can only access our API via HTTPS! |
You cannot access your 123FormBuilder account using HTTP. |
And here is the confirmation message that you will receive when your webhook is added successfully.
Message |
What it means |
You have successfully added a new webhook! |
The webhook has been added successfully. |
Can I get help in this
An error occurred while processing your request. Please contact our customer care team at customercare@123formbuilder.com to let them know you received the following error:
Log Error ID: 2021.12.16.04_27_07_EST.dWyPN8ikwn and they will get back to you.
Hi Sebastian! Please send us an email at customercare@123formbuilder.com with the error as well as a link to the form on which you have received it and our team will gladly help you out. Thank you!
Hi there,
For data security reason, we would like to delete the submissions once they have been processed at our end. Is there a way to do it using an API please?
Regards
Rong
Hi! You can develop a custom script by using a GET request to have retrieve all submissions and the submission’s ID. Next, use the DELETE request method: DELETE /forms/{form_id}/submissions/{submission_id} More details you can find here: https://developer.123formbuilder.com/api-v2-forms/
Can I have a rest api integration in php with your code let me know and it should stay on the site without any redirection and return a response based on the post data to api end point look forward
Could you please elaborate your questions? Please contact us and give us more details about what do you what do achieve and which should be the end result. Thank you
WebHook URL points to a file that could not be accessed. Why we get this error?
Hello Pavan!
I apologize for the late reply. From what I see, your problem is linked to a 405 status code error, which can be fixed by adding a trailing slash, as explained in this article. If this is not the case, may I suggest waiting for one of my colleagues from customer support to reply to your previous email with a proper solution.
For assistance, don’t hesitate to contact our Support Team at support@123formbuilder.com or via our contact form.
Thanks!
WOW just what I was looking for. Came here
by searching for 123FormBuilder