Content Type
Authentication
The OAuth endpoint for implicit and client_credentials authentication requests must contain the Content-Type: application/x-www-form-urlencoded
header.
Core Resources
Requests made to the API must be encoded as JSON and contain the Content-Type: application/json
header.
Files
Requests to create a new File must contain the Content-Type: multipart/form-data
header.
Response Encoding
Responses from the API, including errors, are encoded as JSON.
Updated 11 months ago