Get Bulk Job Status
GET /secure/bulkpaymentrequests/getbulkjobbyreference
Try it
Parameters
Request sample
curl -X GET 'https://api.ozow.com/secure/bulkpaymentrequests/getbulkjobbyreference?reference=string' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'Response example
Built from the response schema. Values are placeholders, not real data.
GET
https://api.ozow.com/secure/bulkpaymentrequests/getbulkjobbyreferenceProductionThe status of a bulk job, by the job reference used when it was created. Limited to a seven day window.
Authentication
- Bearer token
The token generated by the
Get API tokenoperation. The same token is used for every request until it expires.
Query parameters
referencestring requiredUse the Job Reference that was used when creating a new bulk job via Create endpoint
max length100
Responses
200 OK
array of BulkJobStatus
400 Bad Request. The operation could not be carried out. The body is a message rather than a structured error.
string
There was an error processing your request401 Unauthorized. The `ApiKey` header is missing or does not match the site, or for a `Secure` operation the bearer token is missing, expired or invalid.
string
API key is missing or invalid.