Meride API - Presentation - Formats

JSON

The Meride API are available in the JSON format.

When creating a request, the following parameter must be specified in the Header Accept: application/json

In addition, you will need to add the desired format to the URL again, in this case json instead of {format}

GET http://API_DOMAIN/rest/{resource}.{format}

Note The JSON format is used only as a response format and not for passing parameters. In fact, these will be passed through POST or PUT (depending on the call to be made)