curl -X GET https://api.parsetx.dev/v1/enrich/jobs/84c8a82d-1234-5678-abcd-ef0123456789 \
-H "X-API-Key: ptx_live_..."
{
"job_id": "84c8a82d-1234-5678-abcd-ef0123456789",
"status": "complete",
"results": [
{
"status": "complete",
"source": "cache",
"input": "AMZN Mktp US",
"merchant": "Amazon",
"domain": "amazon.com",
"category": "Shopping",
"mcc_code": "5411",
"is_subscription": false,
"confidence": 0.99
}
]
}
API Reference
Retrieve Async Job
Check the status and retrieve results of an async enrichment job.
GET
/
v1
/
enrich
/
jobs
/
{jobId}
curl -X GET https://api.parsetx.dev/v1/enrich/jobs/84c8a82d-1234-5678-abcd-ef0123456789 \
-H "X-API-Key: ptx_live_..."
{
"job_id": "84c8a82d-1234-5678-abcd-ef0123456789",
"status": "complete",
"results": [
{
"status": "complete",
"source": "cache",
"input": "AMZN Mktp US",
"merchant": "Amazon",
"domain": "amazon.com",
"category": "Shopping",
"mcc_code": "5411",
"is_subscription": false,
"confidence": 0.99
}
]
}
string
required
The job UUID returned from
/v1/enrich/async.curl -X GET https://api.parsetx.dev/v1/enrich/jobs/84c8a82d-1234-5678-abcd-ef0123456789 \
-H "X-API-Key: ptx_live_..."
{
"job_id": "84c8a82d-1234-5678-abcd-ef0123456789",
"status": "complete",
"results": [
{
"status": "complete",
"source": "cache",
"input": "AMZN Mktp US",
"merchant": "Amazon",
"domain": "amazon.com",
"category": "Shopping",
"mcc_code": "5411",
"is_subscription": false,
"confidence": 0.99
}
]
}
Was this page helpful?
⌘I

