The Teamgo API is available to our Premium and Enterprise customers. Contact us today to enquire how it can help you better manage your Teamgo user accounts and other advanced functions.
Login to your Teamgo Account
Click your profile icon at the bottom left and go to Settings
Go to Integrations
Click the Host API tab
Your Teamgo API endpoint and API Key will look similar to this:
API Endpoint: https://my.teamgo.co/syncAPI/
Your API Key: a1243453534413453534ced6363636363
Limited API access is currently available. Please contact us if you have specific API request.
Managing Hosts
https://my.teamgo.co/syncAPI/hostList
โ
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,[email protected],Terminal 1,Administrator,http://example.com/myimage.png,CFO,Active,,Kiosk 1
Delete User
John Williams,+610203030031,[email protected],Terminal 1;Terminal 2,Administrator;Receptionist,http://example.com/myimage.png,CEO,Deleted,,
Set User as Inactive
Niven Allain,+610203030031,[email protected],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 [email protected] \ https://my.teamgo.co/syncAPI/hostList?api_key=0dbdfc81b286372018c68d1ae922aeac
For more information get in touch with your support team.