curl --request GET \ --url https://api.example.com/v1/linked-accounts/oauth2 \ --header 'X-API-KEY: <api-key>'
Copy
Ask AI
{}
Linked Accounts
Link Oauth2 Account
Start an OAuth2 account linking process.
It will return a redirect url (as a string, instead of RedirectResponse) to the OAuth2 provider’s authorization endpoint.
GET
/
v1
/
linked-accounts
/
oauth2
Link Oauth2 Account
Copy
Ask AI
curl --request GET \ --url https://api.example.com/v1/linked-accounts/oauth2 \ --header 'X-API-KEY: <api-key>'