Connecting to the Visitor Management Central API
1️⃣ Log in to the web dashboard
2️⃣ Click your profile icon at the bottom left and go to Settings
3️⃣ Go to Integrations
4️⃣ Click the Host API tab
Your VMC API endpoint and API Key will look similar to this:
API Endpoint: https://vmc.signinpoint.com/syncAPI/
Your API Key: a1243453534413453534ced6363636363
Limited API access is currently available. Please contact us if you have specific API request.
Managing Hosts
https://vmc.signinpoint.com/syncAPI/
Hosts upload accept the same file structure as the Import Hosts Hosts are uniquely identified by their email address.
To delete host prepend the Name column with a dash (-)
Supported CSV Fields
Example Data
Required Headers
Name,Mobile,Email,Terminals,User Groups,Image,Job,Status,UUID,Restrict Access
Add / Update User
James Brown,+610431123124,jamesb@example.com,Terminal 1,Administrator,http://example.com/myimage.png,CFO,Active,,Kiosk 1
Delete User
John Williams,+610203030031,johnw2@example.com,Terminal 1;Terminal 2,Administrator;Receptionist,http://example.com/myimage.png,CEO,Deleted,,
Set User as Inactive
Niven Allain,+610203030031,johnw2@example.com,Terminal 1;Terminal 2,Administrator;Receptionist,http://example.com/myimage.png,CEO,Inactive,,
cURL Example
Try this in your kiosk or use tool such as Postman.
curl -F file=@import-template.csv \ https://vmc.signinpoint.com/syncAPI/?api_key=a1243453534413453534ced6363636363