Skip to main content

Visitor Management Central API

Updated over 5 months ago

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:

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

Delete User

Set User as 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


Did this answer your question?