:TARGET_SYSTEM
with the target system you want to authenticate to. For example, to authenticate to Xero, replace :TARGET_SYSTEM
with xero
.
This endpoint will give back a URL that you need to show to the user to authenticate to the target system.
At the end of the flow we redirect the user back into your system based on a redirect URL you provide when we contact you for account creation.
At this point you will receive an account token that you can use to make API calls on behalf of the user.