The Ravelin API mostly receives and returns data using JSON encoding.
In HTTP responses, the Ravelin API will include the Content-Type
header to
indicate how the body should be interpreted. For example, with a JSON API
endpoint, we will include the header Content-Type: application/json
.
Was this page helpful?