Skip to content
English - United States
  • There are no suggestions because the search field is empty.

Authorization

This article explains what an Authorization is in TagoIO, when to use it versus a device-token, and how to generate an authorization for integrating external services with your devices.

Authorization is used when you need to grant external services access to your devices.

With a valid authorization, those services can also create new devices in your account. These new devices will appear in the list as "Unassigned", making it easier to scale your applications.

:::info

Authorization is different from device-token.

> When to use each: > > - Use authorization only when integrating with external services, such as > LoRaWAN or Sigfox. > - Use device-token when connecting directly with HTTPS or MQTT.

:::

Generating an Authorization

To generate an authorization and give an external service access to your devices, follow these steps:

1. Go to the Device section of your TagoIO account and click the "Authorization" button. Devices list with Authorization button highlighted

2. In the next screen, enter a name you can identify later, fill any additional parameters requested by the integration, and press the Generate button. Generate Authorization screen showing name and parameters fields

Only certain integrations require an Additional Parameter. Check out the list of integrations to learn the parameter needed for each provider.

Once the authorization is created, you can copy and paste it into the external service portal.

How to use the authorization depends on the service that you are integrating. Here you can see a list of service integrations.