NameDescriptionTypeAdditional information
authenticationToken

This value must be sent in the authentication header of all interactions with the API.
Pass this in a header with key "authentication", whose value is the token returned in this field.

globally unique identifier

Required

bearerToken

The bearer token must be sent in the Authorization header.
Pass this in a header with key "authorization", whose value is the token returned in this field.

string

Required

errors

If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages.

Collection of string

None.