Accounts
It is used to add/view/delete associated accounts with different providers.
List of providers(oaProviderID):
- 1 - Zoom
- 2 - Webex
- 3 - Google
Endpoints
Type | URI | Description |
---|---|---|
GET | ./accounts/adservio | Returns list of linked adservio accounts. |
POST | ./accounts/adservio | Links an adservio account to other. |
DELETE | ./accounts/adservio | Deletes an Adservio linked account. |
GET | ./accounts/zoom | Return Zoom oauth information and associated account if it exist. |
POST | ./accounts/zoom | Called with a provider token, should link provider account. |
DELETE | ./accounts/zoom | Remove the Zoom account association from Adservio. |
GET | ./accounts/webex | Return Webex oauth information and associated account if it exist. |
POST | ./accounts/webex | Called with a provider token, should link provider account. |
DELETE | ./accounts/webex | Remove the Webex account association from Adservio. |
GET | ./accounts/google | Return Google oauth information and associated account if it exist. |
POST | ./accounts/google | Called with a provider token, should link provider account. |
DELETE | ./accounts/google | Remove the Google account association from Adservio. |