Page cover image

πŸ“–HTTP HEADINGS

The following HTTP headings will be used in the requests:

HEADING

TYPE

DESCRIPTION

Accept

Content-Type

application/json should be set.

Otherwise the application should return 406 Not Acceptable HTTP.

Accept-Language

β€žpl”, β€žen”, etc.

Information about the preferred language of the response. The operation does not need to support this heading.

Accept-Charset

β€žUTF-8”

UTF-8 coding

Content-Type

application/json

application/json should be set. Otherwise the operation returns 415 Unsupported Media Type HTTP status code.

RESPONSE HEADINGS

HEADING

REQUIREDNESS

DESCRIPTION

Content-Type

Yes

application/json

Last updated