HTTP Status Codes
The API returns different HTTP status codes based on the processing outcome:Status Code | Description | Scenario |
---|---|---|
200 | Success | All templates processed successfully |
202 | Accepted | Transaction in progress |
206 | Partial Content | Some templates succeeded, others failed/partial |
400 | Bad Request | Invalid request or transaction not found |
500 | Internal Server Error | System failure or all templates failed |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique Transaction ID - same as passed in presigned URL request
Example:
"test_1234"
Response
All templates processed successfully