Can anyone give me a full syntax for posting/updating a data from curl? I am not being able to do so.
Can anyone give me a full syntax for posting/updating a data from curl? I am not being able to do so.
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
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...
1 Person is following this question.