cURL
curl --request POST \ --url https://api.sandbox.thrivory.com/v1/imports/claims \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "format": "ndjson", "payload": "<string>", "encoding": "none", "mapping": {} } '
{ "job_id": "<string>", "status": "queued", "submitted_at": "2023-11-07T05:31:56Z", "errors": [ { "error": "<string>", "message": "<string>", "request_id": "<string>", "details": {} } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
Provide a unique key per request to enable safe retries
ndjson
csv
Base64-encoded file payload (chunked uploads may be added later)
gzip
none
Optional field mapping if your headers differ from defaults
Job accepted
queued
running
succeeded
failed
Show child attributes