question

kingfisher avatar image
kingfisher asked zedwick commented

Full Syntax for post from curl

Can anyone give me a full syntax for posting/updating a data from curl? I am not being able to do so.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

zedwick avatar image zedwick commented ·

curl https://api.clover.com/v3/merchants/[... --header "Authorization: Bearer xxxxx-xxxx-xxxx-xxxx-xxxxxxxx" -H "Content-Type: application/json"

replace [MERCHANTID] with the cloverid for the merchant in question and all the xxx's with that merchant's security code, provided during the initial auth stages

0 Likes 0 ·

1 Answer

Mike M avatar image
Mike M answered

Please check out our API Documentation: https://www.clover.com/api_docs

Search around with your favorite search engine on how to use cURL, there are a plethora of resources available with example code. http://superuser.com/questions/149329...

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community