General Information on Endpoints
- For
GET
endpoints, parameters must be sent as aquery string
. - For
POST
,PUT
, andDELETE
endpoints, the parameters must be sent as arequest body
with content typeapplication/x-www-form-urlencoded
. - Parameters may be sent in any order.
Last modified 1mo ago