Request & Response Format¶
For requests requiring a request body application/json
is expected as the Content Type.
If a successful response contains a body it will usually contain data in the HAL+JSON Hypermedia format with Content Type application/hal+json
.
For errors a response body of Content Type application/problem+json
will be served whenever possible.