How authentication works - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

The authentication process involves the following steps:

  1. Generate a token
    Generate a token through the Industrial Edge Device API as defined in the specifications.

  2. Use the token in requests
    Include the token in the request cookie. Below is an example of how to do this using curl:

curl 'https://<my-ip/dns>/<app-path>' --header 'Cookie: authToken="token"'