curl --request POST \
--url https://api.example.com/api/v1/connected-accounts/{id}/onboarding \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"redirect_url": "<string>"
}
'{
"expires_at": "2023-11-07T05:31:56Z",
"url": "<string>"
}Generate a new onboarding link for a connected account. Any existing unused link is invalidated. The link expires after a configured duration.
curl --request POST \
--url https://api.example.com/api/v1/connected-accounts/{id}/onboarding \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"redirect_url": "<string>"
}
'{
"expires_at": "2023-11-07T05:31:56Z",
"url": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Connected account ID
"cacc_7n42DGM5Tflk9n8mt7Fhc7"