Using the API
Base URL
Appenin frontend URL
https://sandbox.assurance.appenin.fr/<partner_code>/
Appenin API URL
https://sandbox.api.appenin.fr/<api_version>/
Content-Type
The various API entry points expect JSON Content-Type: application/json
as input and return JSON
as output.
Authentification Header
All requests must have a specific header: the x-api-key
.
Its value should have been provided to you by the Appenin Team.
If the header is not present an error 403 will be returned.
Date
Dates are passed as strings formatted to ISO 8601 format YYYY-MM-DD