Channel API Security
The eFTL server can authenticate channel REST requests using either basic or token authentication. For encryption, use HTTPS.
In a series of interactions, use HTTP basic authentication in the first request. If that authentication succeeds, the response includes an authentication token you can use in subsequent requests.
We clients must handle error response 401, unauthorized. This error could indicate an expired token. A cient with an expired token can obtain a new token by sending another request with basic authentication.
Copyright © Cloud Software Group, Inc. All rights reserved.