Company Risk Report
/api/v2/company_risk
operationId: company_risk
Live: https://gdapi.globaldata.net.au/api/v2/company_risk · Sandbox: https://sandbox-gdapi.globaldata.net.au/api/v2/company_risk
Requests a company risk report using an ABN or ACN. The response confirms the job was queued and returns an
api_reference. Poll GET /company_risk/{api_reference} until the report payload is ready.
Request rules
- Provide either
abnoracn(not both). - The report is generated in the background. Use the
api_referenceto retrieve it.
Sandbox dataset
Use the following sandbox companies to receive deterministic responses:
| Company Name | ABN | ACN | Notes |
|---|---|---|---|
| Copper Finch Construction Pty Ltd | 94782610486 | 782610486 | Risk report returns immediately |
| Marble Kookaburra Interiors Pty Ltd | 84655375652 | 655375652 | Risk report may require additional polling |
Request body
Content type application/json.
Parameters describing the company to report on.
| Field | Description |
|---|---|
abn |
string or null Required when |
acn |
string or null Required when |
Responses
Report request accepted.
application/json
| Field | Description |
|---|---|
message |
string Always |
function |
string The API function that handled the request. |
api_reference |
string (uuid) Audit reference for this report request. Poll |