Skip to main content

Get Supplier/Contractor Compliance

Written by Support
Updated today

POST [ contractor-compliance/{ABN} ]

Production Endpoint: https://app.complyflow.com.au/app/public/index.php/api/acu/contractor-compliance/{ABN} 
Test Endpoint: https://test.complyflow.com.au/app/public/index.php/api/acu/contractor-compliance/{ABN}

Overview

This endpoint can be used to retrieve the compliance information for a single contractor or supplier, which can be interfaced with other company systems, including the provided contractor compliance details and compliance status code.

If you can’t find what you are looking for or need further assistance, please contact support@complyflow.com.au

Authentication instructions

Refer to the Authentication method for Authentication Methods (for Login and Logout).

Permissions Required

  • API User

Please also refer to the Permissions Overview guide.

Query parameters

FIELD

TYPE

DESCRIPTION

Example

REQUIRED

DEFAULT

PATTERN

ABN(abn)

string

Contractor ABN

92137044494

Yes

null

\d+

Common requests and responses

The API request returns compliance status of the contractor:

{
"token": "",
"data": {
"compliance": 1
"statusCode": 200
}
}

Response status codes:

200 - Success
400 - Bad request
403 - Resource not found

Did this answer your question?