This documentation relates to Version 1, the current version of the greenID Business API. Version 1 became available to customers as of for extracting verifications and as of for creating verifications. |
HTTP basic authentication is used for accessing the endpoint. The username is your greenID customer account ID that you use for greenID Business, and the password is your greenID web services password for that account.
If an error or exception is encountered, the HTTP response header will contain details of the error. In most cases, we will also return an error response in JSON format. An example of this error response is as follows:
{ "error": "Not found", "message": "No verification with ID: 1775", "status": 404 } |
The following errors may be returned when the API is invoked with either a 'GET' or 'POST' command. Please refer to the pages detailing the 'GET' and 'POST' functionality for additional errors specific to each function which may also be returned:
HTTP status code | error | error message | Conditions |
---|---|---|---|
401 | unauthorised | "Failed to authenticate <account id> with given password | Invalid credentials provided for your account to access the API Note: if you do not provide any credentials, then you will receive a 401 status in the HTTP header but no JSON error response will be provided |
500 | Internal server error | "<Message from the exception"> | An unexpected exception occurred within the system when processing your request. The message will be dependent on the exception encountered. |
The greenID Business API is a RESTful web service offering the following endpoints:
https://au.vixverify.com/vixbiz/api/v1/businessVerification/<input parameters> |
This 'businessVerification' endpoint is accessed using HTTP GET and POST commands which provide the following capability:
On this page |