Hello,
I wanted to know the proper format for doing a GET Request when creating a webapp. I am trying:
and it is not making the request. Can someone tell me what I am doing wrong or what the correct format is?
Thanks.
Hello,
I wanted to know the proper format for doing a GET Request when creating a webapp. I am trying:
and it is not making the request. Can someone tell me what I am doing wrong or what the correct format is?
Thanks.
Hi Corey,
I don't see the request you're attempting, but here's an example of a GET request for retrieving all categories from a merchant in your sandbox account:
https://apisandbox.dev.clover.com/v3/merchants/{mId}/categories
Make sure to replace {mId} with the correct merchant ID. You can find more info in our Docs here: https://sandbox.dev.clover.com/api_do...
Thanks, Miguel
By using this format? https://apisandbox.dev.clover.com/v3/...
I'm confused as to how I should code it?
In the actual request, there shouldn't be curly brackets. For example, if the merchant ID was 1234, the request would look like the following:
https://apisandbox.dev.clover.com/v3/merchants/1234/categories
Also, I would recommend reviewing the documentation for building web apps and sample code: https://docs.clover.com/build/web-apps/
https://github.com/clover
1 Person is following this question.