Skip to main content

HTTP Headers

Maxime avatar
Written by Maxime
Updated over 4 months ago

This API uses the HTTP headers Content-Type and Accept for content negotiation and any client should set them according to its abilities and preferences. In order to simplify usage of popular CLI tools with the API, application/json is used for the response representation.
The following request headers are used:

  • Content-Type: Indicates the content type that is used in the body of the request. The supported content type is JSON.

  • Accepted-Language: advertises which languages the client is able to understand, and which locale variant is preferred

  • api-clientId- the custom parameter used to pass the request context in the multitenant environment (**)

  • api-userId

  • IP


the following languages are supported: pl (Polish), en (English), de (German), fr (French), nl (Dutch)

Content-Type: application/json
Accept-Language: en-EN
Api-clientId: tpp

Did this answer your question?