Create an authorization URL to request data access from a customer
This endpoint allows you to start the customer linking process, which is used to request authorization from a customer to access their customer and contract data in the RABOT platform. See the guide for more details. After the customer approves the request, you can access all customer and contract data via the API, until the access is revoked, either by the customer support team, or by using the API endpoint delete customer link.Documentation Index
Fetch the complete documentation index at: https://api-docs.rabot.energy/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Contains details needed for creating the link including success/failure URLs and external customer identifier.
URL to redirect to in case of success. If NULL, then no redirect will be performed.
URL to redirect to in case of error. If NULL, then no redirect will be performed.
URL used for sign-up. If not set, the sign-up link will not be displayed.
Optional slug of the partner to authenticate as for linking.
Name of the query parameter in success redirect, that contains the customer number.
If set, this value will be assigned to the customer as external customer identifier after successful linking. Subsequently, it can be used to retrieve the customer via Partner API.
OK