Skip to content
Developerhome
Sage Network API

ConnectorInfoModel

  Less than to read

Represents all possible data required to set up an app enrollment for a connector. Only send required fields for the given connector.

Optional Fields

authCode

string, nullable

The authorization code returned from the first step of the OAuth2 flow https://oauth.net/2/grant-types/authorization-code/

tokenId

string, nullable

The access token id for the connector enrollment.

tokenSecret

string, nullable

The access token secret for the connector enrollment.

realmId

string, nullable

The realm id of the account being granted permissions to access

subsidiaryId

string, nullable

The subsidiary id that corresponds to a legal entity.

redirectUri

string, nullable

The redirect uri used for step one of the OAuth2.0 flow.

email

string, nullable

The email an email connection is being created for.

username

string, nullable

The username of the web services account with access permissions.

password

string, nullable

The password for the web services account with access permissions.

serverName

string, nullable

The server name a connection is being created for.

serverPort

int32, nullable

The port number of the server a connection is being created for.