Warm-up endpoint for initialising WebClient
This is not an endpoint. This is the description of the request that is warming up the WebClient. It sends a lightweight JSON message to initialise network connections and reduce latency for subsequent API requests.
POST
Warm-up endpoint for initialising WebClient
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
Identifies the request as a warm-up call.
Example:
true
Body
application/json
The warm-up message payload
Response
200
Response will be ignored
Warm-up endpoint for initialising WebClient

