Available Requests Methods
CommunityIn the Embedded Documentation article, you will find examples of Resource requests, and you have the opportunity to test them.
API commands may be send by two request methods:
POST/PUT - for modifying object data. It is mandatory that OAuth2 is enabled.
GET - for getting object data. It is not mandatory to have OAuth2 enabled.
See also
Next articles:
Go back to: REST API.