Token management
Create a connect token
In order launch a session with Connect you need a connect_token
.
This single-use object securely authenticates a session between your customer-facing app and Connect’s HTTP service endpoint — without exposing your main API keys.
POST
When you want to enable a customer to view the summary of their tariff anywhere in your app, update it or even revoke tariff access, specify a
location_id
in the request body. When you launch Connect, it will return the summary screen enabling tariff connection management.Authorizations
Body
application/json
Connect init session data.
Response
200
application/json
Connect token object
The response is of type object
.