HTTP Methods and Parameters
HTTP Methods
The Bynder API is making use of the following HTTP methods:
- GET
- POST
- DELETE
Parameters
GET
The parameters are sent in the query part of the URL.
POST
The parameters are sent in the request body with content-type
of application/x-www-form-urlencoded
.