We support 2 standard HTTP methods – GET and POST.
GET: Used to read/retrieve a resource.
POST: Used to create or update a resource.
In certain cases, we use the GET and POST methods a little differently. For example, we use POST for advanced searches, quick searches etc. The method you need to use is clearly laid out in the API URL12345 section for each API call –