vSure Visa Checks V1 API
OVERVIEW
1.1 Introduction
The vSure V1 API provided customers with a simple, REST Web Services API for transactional visa checks. It is now replaced by our V2 API. This documentation is retained for our few clients that remain on V1.
All API access is over HTTPS, and accessed via:
https://api.vsure.com.au
The vSure API uses JSON, so that it can be used from many languages and platforms.
1.2 Authentication
The vSure user must obtain the API key, which is locked to the originating IP address(es), vSure will use this API key x IP address to authenticate the API connections.
THAT MEANS: You will need a static IP address(es) and these must be registered with vSure.
1.3. Functions
All functions sent and data received are using the following URL:
https://api.vsure.com.au/v1/
The vSure v1 API functions include:
- visacheck * Work Entitlement Visa Check * Study Entitlement Visa Check * MARA Agent Visa Check
- getdata * Retreive the visa check PDF result from the above
Work Rights Checks
Your system will need to send a POST or GET request to our URL: https://api.vsure.com.au/v1/visacheck The format of the request is as follows (JSON): Source view: type=json&json= { "key":"XXXXXXXXXXXXXXX", "vis...