Skip to main content
Skip table of contents

Headеrs

There are several required headers:

  • The following header means that you expect to receive a JSON string in response to a request:

CODE
Accept: application/json
  • Shows which of the clients the request is received from:

CODE
X-Client: ios|android|thick-legal|web|desktop
  • A unique identifier of the device from which the request is received from:

CODE
X-Uuid: device_uuid
  • Specifies a release version:

CODE
X-Version: 22.12.1.0
  • General information about the device

CODE
User-Agent: user_agent_string
  • Used for authorization. There are several public routes for which this header isn’t required:

CODE
Authorization: Bearer token
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.