Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attributes of the HTTP request

HTTP Request HeaderJSON Body

token

Authorization

string

required

A security token provided from Authentication endpoint.
Required to provide as a Bearer Token (in format: “Bearer {{token}}“).

bToken

string

optional1

An unique identifier of the broker.

aToken

string

optional1

An unique identifier of the account.

Explanations:

Anchor
request
request

1 at least one of bToken and aToken is required in the payload

...