Introduction
Request and Response Payloads
The payloads consumed and produced by the API are strictly JSON encoded data or HTTP query parameters. To reflect this, you must provide application/json
in the Content-Type
HTTP header for most POST
and PUT
calls.
Was this page helpful?