v1
latestOpenAPI 3.1.02026-07-1342111193.6 KBCreate a Connect URL
You can also send your users through the Connect flow by linking them to a unique Connect URL (provided by this endpoint).
Just like the Connect Token, you need to provide either a client_user_id or autility credential_id to get a URL that will initialize Connect in ‘create mode’ or ‘update mode’ respectively. See this page for a guide on the difference between those two modes. This endpoint will provide a URL in a response. Once you have the URL, provide it to the given user for them to complete Connect and give you access to their utility data. The URL will expire after 5 days. If you would like to provide your user with the [Connect tariff selection mode] (https://docs.arcadia.com/docs/connect-tariff-selection-mode) instead, pass tariff as the variant parameter.
Headers
The Arcadia-Version for the request
Request body
Example request
{
"client_user_id": "fff57dc7-3a2b-4395-8a62-e3486d46dabe",
"utility_credential_id": 1,
"variant": "tariff"
}Response
Success
Example response
{
"connect_url": "https://connect.arcadia.com?token=QYEPoBOJWc4bV_XpIzJdr8BLG4RdK6h68AP672nab4f"
}