v1
latestOpenAPI 3.0.32026-07-2618073.2 KBPurchases
Get bulk purchase status
Returns the status of a bulk purchase, including details and link to download archive.
get/v1/purchases/bulk/{purchase_id}
Path parameters
purchase_idstring required
Response
Response for status 200
Example response
{
"bulk_purchase_id": 123,
"total_price": {
"amount": "1.50",
"currency_code": "USD"
},
"price_per_account": {
"amount": "1.50",
"currency_code": "USD"
},
"item": {
"export_id": "550e8400-e29b-41d4-a716-446655440000",
"archive_url": "/v1/purchases/bulk/123/download",
"quantity": 10,
"created_at": "2024-11-19T08:15:00.000Z"
}
}