API Guarantees

The Ravelin API mostly receives and returns data using JSON encoding.

Content-Type

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.

Feedback