Our API endpoints can be accessed with different request methods - each method has its own page in the navigation bar. Find out how to choose among them.
The method that you use in conjunction with an endpoint will define the HTTP request type
The following table will provide some general info on the differences between the methods:
Request type | Note |
---|---|
Get | Fetch information on an object, or on a list of objects |
Post | Create a new object |
Put | Change an object |
Delete | Delete an object |