Account Token

Account Token

The secret key used between Tago and external applications are Account Tokens. Any access from an account will only be granted with a valid token, so it is vital that this token be kept secret and only be shared with those you trust.

All sorts of requests can be performed with Account Tokens, so only provide this token to trusted applications.

Managing Account Tokens

Account tokens can be managed by clicking on your account details and selecting your profile. It’s possible to copy the token by clicking on the Copy button option.

More than one token can be created for the same profile, and permissions and expiration dates may also be configured as needed.

A token is generated every time you log in to your account or someone that you shared your profile login. Auto generated tokens are crated with an expiration time of 3 months, and will be deleted automatically after a certain period of time or when the user logout of the account manually.

Types of Permissions

  • Full - full permission to manager all entities from your account, that includes read, create, update and delete. 
  • Write only - create and update all entities from your account.
  • Read only - read all entities from your account.
The account token authenticates the request for the following entities in the account:
  1. Devices
  2. Dashboards and Widgets
  3. Analysis
  4. Actions
  5. Files
  6. Access Management
  7. TagoRun and Run users
  8. Dictionary
Check out our API documentation.

Expiration

This field defines the life of the token; it can be temporary or infinite (set to never expires).


    • Related Articles

    • Device Token

      The secret key used between TagoIO and your device is called a Device Token. Any access from a device will only be granted with a valid token. This token should be kept in secret and only be shared with those you trust. Each time a device is created, ...
    • Account Plans

      TagoIO offers three Account plans that you can choose from to take advantage of the best tools for your application. Select your plan on the My Billing page. A certain limit of Services are already included in your Plan. For more details about the ...
    • Deleting Your Account

      If you need to cancel your account, go to 'Account Settings' by accessing My Account. Then, within the tab 'More', you will find the 'delete my account' button. We will delete your account, including all your profiles, and then we will confirm by ...
    • API Overview

      It is easy to connect devices, data sources, or third-party APPs to your account using TagoIO Application Programming Interface (API). We have a comprehensive set of APIs that gives you full control to manage your accounts, data, devices, dashboards, ...
    • RESTful API

      We provide a powerful set of Restful API documentation that's used by Analysis behind the scenes to perform all sorts of requests to TagoIO, such as but not limited to: Creating, deleting and editing devices Creating, deleting and editing ...