AlphaX API Reference Documentation
  • API Introduction
  • General Architecture
  • Authentication
  • Rate Limits
  • HTTP
    • HTTP Headers
    • HTTP Parameters
    • HTTP Compression
    • HTTP Error and Status Codes
    • SSL Requests
    • Sending Data
      • Uplink Data Format V1
      • Uplink Data Format V2
    • Retrieve Data
      • Conduit V4
      • Conduit V6
      • Conduit V7
        • Using Conduit V7
        • Aggregation Features (Optional)
        • Common Issues & Troubleshooting
        • Usage Examples
  • MQTT
    • MQTT Authentication
    • MQTT Broker Address
    • Publishing Data
      • MQTT Publish Format V1
      • MQTT Publish Format V2
Powered by GitBook
On this page

Was this helpful?

Authentication

The Conduit feature enhances data import/export security via a token and server-side validation, activated individually for users, allowing token-authenticated access to user-specific data.

The Conduit feature adds a layer of security when importing and exporting data by adding a security token and server-side validation when passing data requests. It is activated per user on a one-by-one basis.

When conduit is activated, the token allows the service to access all of the data that the user has access to, with the same level of authority and roles.

Activating Conduit

To activate it for one of your users (or yourself) log into the AlphaX system and follow the instructions below.

  • Navigate to People->Users in the main Navigation Menu

  • Select the user that Conduit should be enabled for.

  • Toggle the “Enable Conduit” Switch.

  • Click the Save button.

  • The Conduit Token ID will be displayed for that user

PreviousGeneral ArchitectureNextRate Limits

Last updated 1 month ago

Was this helpful?