Skip to main content
POST
Warm-up endpoint for initialising WebClient

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

X-WarmUp
boolean
required

Identifies the request as a warm-up call.

Example:

true

Body

application/json

The warm-up message payload

type
string
required

Indicates the type of message. For warm-up, this value is "WARM_UP".

Example:

"WARM_UP"

timestamp
string<date-time>
required

The timestamp when the message was created.

Example:

"2021-09-01T12:00:00Z"

Response

200

Response will be ignored