Wix form submissions with API GET method

Hi guys,

I’m trying to use Wix API to get form submissions and pass the data to the email platform I use in order to add contacts to my mailing list.
I had hard time understanding the documentation as i’m used to a JSON only get/post methods with no extra coding. I tried to search the forums for such thing with no success.
Can anyone explain and help me with a full example on how to get form submissions on platforms like Postman/Restlet?

Thanks in advance,
Regards, Alon

Here are a couple of examples using Sendgrid:

Send Email with SendGrid NPM Interface

Send an email using the SendGrid NPM library.

Send Email with SendGrid REST Interface

Send an email using the SendGrid REST API.

Hi Yisrael and thank you for the fast response.

I don’t want to send an email, maybe I need to explain a little bit more.
I want to use Wix REST API to GET form submissions from a form on my Wix site, Get this data with Postman/Restlet and then preform a POST method (add new contact with the email platform REST API) with the data of the submission.
Does Wix has this kind of GET method? Is there a way to transfer the data to my email platform (With their POST method) and make it happen automatically on submission?

Regards, Alon

Maybe the Example: MyApi and MyApiClient will be useful.