Accounts

It is used to add/view/delete associated accounts with different providers.

List of providers(oaProviderID):

  • 1 - Zoom
  • 2 - Webex
  • 3 - Google

Endpoints

TypeURIDescription
GET./accounts/adservioReturns list of linked adservio accounts.
POST./accounts/adservioLinks an adservio account to other.
DELETE./accounts/adservioDeletes an Adservio linked account.
GET./accounts/zoomReturn Zoom oauth information and associated account if it exist.
POST./accounts/zoomCalled with a provider token, should link provider account.
DELETE./accounts/zoomRemove the Zoom account association from Adservio.
GET./accounts/webexReturn Webex oauth information and associated account if it exist.
POST./accounts/webexCalled with a provider token, should link provider account.
DELETE./accounts/webexRemove the Webex account association from Adservio.
GET./accounts/googleReturn Google oauth information and associated account if it exist.
POST./accounts/googleCalled with a provider token, should link provider account.
DELETE./accounts/googleRemove the Google account association from Adservio.