• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Curl API - How to call?

pedroivoree

Member
Hi,

I have to make a curl POST for an api, but how can I do this with the API connector? I tried to convert to javascript and use the code function, but it didn't worked.

Thanks

Best,
Pedro
 

pedroivoree

Member
In the video, there's no example of a curl request. The one I need to do is ( this image is how I setup the node, both with and without the post after the Curl https://postimg.cc/30KFjjxy )


curl --request POST \
--url https://bigboost.bigdatacorp.com.br/companies \
--header 'AccessToken: XXXXX' \
--header 'TokenId: XXXXX' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"q": "doc{doc{40.633.348/0001–30}"
"Datasets": "company_evolution"
}

Best,
Pedro
 
P

Pabblymember11

Guest
You do not have to pass the "curl post" in the request URL endpoint.

1676007250341.png
 
Top