Teamgo API

Example action for connecting to the Teamgo API

Steve avatar
Written by Steve
Updated over a week ago

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.

  1. Login to your Teamgo Account

  2. Click your profile icon at the bottom left and go to Settings

  3. Go to Integrations

  4. Click the Host API tab

Your Teamgo 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://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

Delete User

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

Did this answer your question?