Account Endpoints
- Connect account
- Disconnect account
- Fetch all accounts
- Fetch account settings (optional)
- Fetch account logs (optional)
READ: OAuth concept for provisioning account; and where to provide this endpoint in order to generate the necessary UI
This is a redirect url triggered by the provider you are connecting with. In the oAuth request Scrims interface will pass active member_id in the state. Use it to save the account and associate it with the signed in member.
The redirect URL will use either the prodServerUrl or devServerUrl based on your extension status (which can be "approved" or "required_approval").