Connecting to MarkeriseCloud
The MarkeriseCloud API uses a token-based authentication.
Using Token Authentication
Your MarkeriseCloud API Token and MRC ID are required to create a connection to MarkeriseCloud. API Token and MRC ID can genarete at MarkeriseCloud API Information page. Then set it in the ProfileSettings connection property.
Example Connection string
Profile=C:\profiles\MarkeriseCloud.apip;User=YOUR_USERNAME;Password=YOUR_PASSOWED;ProfileSettings='APIKey=YOUR_API_KEY;MRCID=YOUR_MRC_ID;'
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
APIKey | APIKey of the currently authenticated user. |
MRCID | MRCID of the currently authenticated user. |
Password | Password of the currently authenticated user. |
User | User of the currently authenticated user. |