API requests or responses include JSON-encoded data in the
request body. Requests should set a
Content-Type
header of
application/json
. Similarly, any requests
that expect a response containing content should include an
Accept:
header that contains the value
application/json
.
These headers are not required currently, as the API supports only JSON-encoded data, but future versions of the API might support additional data-encoding formats.