Allowed HTTP methods
The API currently supports the following methods:
Method
Description
GET
Get one or several items.
POST
Create a new item.
PATCH
Partially update an item.
DELETE
Delete an item.
If the usage of HTTP methods is limited in the library you're using, you can include a "_method" parameter that has the desired HTTP method's name as value, in the query string or parameters of the request.
Last updated
Was this helpful?