Create an authorization URL to request data access from a customer
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