Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

All API requests must use HTTPS scheme, any non-secure (HTTP) requests return a (HTTP 301) redirect to a HTTPS equivalent of the original request URL.

HTTP

...

request methods

As per RESTful design patterns, our API implements the following HTTP verbsrequest methods:

  • GET - used for retrieveing objects

  • POST - Used for creating objects

  • PUT - Used for replacing objects or collections

  • DELETE - Used for deleting objects

...