APIs & Integrations

VictorDu
Member

How to get response on submit form data

I use https://forms.hubspot.com/uploads/form/v2/62515/78c2891f-ebdd-44c0-bd94-15c012bbbfbf to post form data, everything is good , but when I try to get response, returned " HTTP method GET is not supported by this URL". anyone know how to get response ,so I can make sure the data post is success .

0 Upvotes
3 Replies 3
terrance
Participant

How to get response on submit form data

As feedback for the API, it makes much more sense for this endpoint to return back form data as well as contact data, so we do not have to make another API call immediately after to get the VID and store it.

0 Upvotes
VictorDu
Member

How to get response on submit form data

thanks , Sebastian , but how can I check the status is 204 ?

0 Upvotes
seb_fairchild
Member

How to get response on submit form data

@VictorDu there is no response other than 204 because all submissions are accepted. You can check to see if a contact was created by using this endpoint to search for a contact by email:

Sebastian

0 Upvotes