2. APIs Available¶
Contents
Note
- Unless otherwise stated, all APIs are accessed via HTTP GET method only.
- All API endpoint URLs and parameters used in a query string are not case sensitive.
- Remember to properly encode URLs - such as encoding or replacing whitespace with %20 or +
2.1. Address Auto-complete¶
Note
Address Auto-complete operations use HTTP and not HTTPS
2.2. Contact Validation¶
Endpoint / Method | Authentication |
---|---|
https://services.inivio.com.au/autocomplete/address/ValidateAddress | Basic Authentication |
https://services.inivio.com.au/validate/phonenumber | Basic Authentication |
https://services.inivio.com.au/validate/email | Basic Authentication |
2.3. Audience Enhancement¶
Endpoint / Method | Authentication |
---|---|
https://services.inivio.com.au/enhance/address | Basic Authentication |
https://services.inivio.com.au/enhance/address/bymalid | Basic Authentication |
https://services.inivio.com.au/enhance/address/bydpid | Basic Authentication |
2.4. Contact ID¶
Endpoint / Method | Authentication |
---|---|
https://services.inivio.com.au/validate/customerid | Basic Authentication |
2.5. Commercial Enhancement¶
Endpoint / Method | Authentication |
---|---|
https://services.inivio.com.au/enhance/commercial/entity | Basic Authentication |
2.6. Error Handling¶
Marketing Portal by Equifax uses standard HTTP error codes:
200
- OK400
- Bad Request500
- Internal Server Error404
– Not Found401
- Unauthorized403
- Forbidden