Queue a statement file
Queues a statement file for one token over a period. The reply is immediate and contains an order number; the file itself is built in the background. Poll GET /reports/{order_no} or register a webhook to be told when it is ready.
Repeat calls are safe: send the same client_request_id, or an X-Idempotency-Key header, and a duplicate returns the existing order instead of creating a second one.
Authorizations
API key from the dashboard. Some Host Mode endpoints also accept the key as an api_key field in the request body — this is stated in the schema of the particular operation.
Parameters
Header Parameters
An IP address from the key's whitelist. A request from an address outside the whitelist is rejected with 401.
"203.0.113.10""ipv4"Your own idempotency key, 12 to 128 characters of A-Z a-z 0-9 . _ : -. When omitted, one is derived from the request body.
Request Body
Responses
Queued, or the already existing order for a repeated request.