TagoIO API
How to use this documentation
The documentation is split by which token you're required to use in the request.
TagoIO provides 4 different tokens:
-
Device-Token: The token from your device, which you can get from the device's page.
-
Profile-Token: Also know as Account-Token. You get from your profile settings page.
-
Network-Token: Is the token from your Network. Only available if you're owner of the network in your integrations page.
-
Analysis-Token: The token from your analysis, available in the analysis page.
Setting the API Endpoint Region
When making a request to the TagoIO API, you must also specify the appropriate regional endpoint. Choose one of the following endpoints based on your geographical region:
-
United States East 1:
Use this endpoint when your application is based in the eastern United States.
URL:https://api.us-e1.tago.io/
-
Europe West 1:
Use this endpoint when your application is based in Western Europe.
URL:https://api.eu-w1.tago.io/
-
Tago Deploy:
You should use your own API URL that is available in your Domains section of the TagoDeploy.
Authentication
- API Key: Device-Token
- API Key: Network-Token
- API Key: Profile-Token
A Device-Token that is unique to your device. Generate a token by accessing your Device's page.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Device-Token |
A Network Token that is unique to your Network. Access Integrations > Network > Tokens to generate a token for your Network.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Token |
A Profile token that is unique to your entire profile. Generate in your account settings.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Profile-Token |