Getting Started with BrightSync API
BrightSync API lets developers manage Aurinko's sync logic between mailboxes and business platforms for seamless two-way calendar, contacts, and tasks sync.
Prerequisites:
Signing up
{
"appId": "{appId}",
"compExtId": "c1647588",
"companyName": "ABC Co.",
"instanceUrl": "https://api.myplatform.com",
"userExtId": "u886450",
"firstName": "John",
"lastName": "Smith",
"email": "[email protected]",
"admin": true,
"timeZoneInfo": "America/Los_Angeles",
"apiHash":"B5HIlStgADzu5VkN5/dSaagNgQ4CJa5ynwCvs2E6M59BanOQkvmA9YP4p1TlIhUR",
"requestTimestamp": 12234875958
}Access token
Services
Creating a new service
Updating an existing service
Sync settings
Sync activation
Call GET /sync to see the sync status:
To check progress:
Check pre-sync reports while in the review mode:
Activate the sync completely by calling /allowSync:
Then run the sync:
To check progress:
Monitoring sync progress
Sync templates
Template services
Creating a new template service
Updating an existing template service
Template sync settings
User management
Last updated
Was this helpful?