post https://api.arcadia.com/auth/connect_token
The Connect front-end component must be initialized with a Connect Token scoped to the user entering the Connect flow.
For new users, or users creating an additional utility credential, post with a unique client_user_id
parameter. For users editing an existing utility credential, post with the utility_credential_id
parameter corresponding to the utility credential to be updated. Make sure the Authorization
header is set to Bearer ${ACCESS_TOKEN}
.
Tokens expire after two hours.