Create API token

Create API token

For the most part, the data stored in BrynQ can also be retrieved via REST APIs. Of course, authorization also applies here. This article describes how to create an API token. The article "REST API" describes how the REST API can actually be used.

Creating a token

  1. A token gives rights to retrieve data from certain parts of BrynQ. For example, it is possible to retrieve data with all users, or data from connectors, etc. The token required for this is created as follows:
  2. Navigate to Settings > General > API Access;
  3. At the top right of the screen, click Add API token;
  4. Give the token a clearly identifiable and descriptive label;
  5. Under "Page Rights," specify the pages from which the token can retrieve data. The token only gives Read rights to these pages. Note that only pages to which the user currently has access can be chosen here.
  6. If there are multiple clients (which will almost never be the case), possibly specify which clients this token applies to;
  7. For security, it may be desirable to give the token an end date and time when the token loses its validity;
  8. Click on "Save."
  9. Save the token that now appears on the screen somewhere. It cannot be requested again. Click on Ok.
The token can be used in the Authorization header. The key must be provided with SalureToken. If the token would be abcd1234 the header will look like this: { "Authorization": "SalureToken abcd1234"}.
    • Related Articles

    • Creating an API token

      For the most part, the data stored in SalureConnect can also be retrieved via REST APIs. Of course, authorization also applies here. This article describes how to create an API token. The article "REST API"  describes how the REST API can actually be ...
    • REST API

      Data stored in SalureConnect can be queried via REST APIs. This article contains a description of how to invoke the REST APIs and what the possible endpoints are. Authorization Before it is possible to invoke the REST API, the user must receive a ...
    • Create SalureConnect user account in AFAS Profit

      In addition to the ability to create new user accounts in SalureConnect, it is also possible to create a SalureConnect user account in AFAS Profit.  This is only possible for SalureConnect environments that interface with AFAS Profit. Creating a ...
    • Create BrynQ user in AFAS Profit

      In addition to the ability to create new user accounts in BrynQ, it is also possible to create a BrynQ user account in AFAS Profit. This is only possible for BrynQ environments that interface with AFAS Profit. Creating a BrynQ user account in AFAS ...
    • Upload files

      Sometimes it is convenient to load an Excel or CSV file into a dashboard. At that point, "File Upload" can help.  Add a file When the user wants to add a file, they can do so on the "File Upload" page. By clicking the "Add File" button at the top ...