Create Oauth
curl --request POST \
--url https://universal.rollout.com/api/oauth/authorize-url \
--header 'Content-Type: application/json' \
--data '
{
"appKey": "<string>",
"plan": "<string>",
"customParams": {},
"entitiesToSync": {
"actionPlanPeople": true,
"actionPlans": true,
"appointments": true,
"borrowers": true,
"calls": true,
"calendars": true,
"calendarEvents": true,
"customFields": true,
"events": true,
"lists": true,
"loans": true,
"notes": true,
"offices": true,
"properties": true,
"smartLists": true,
"tasks": true,
"taskTemplates": true,
"teams": true,
"textMessages": true,
"emailMarketingCampaigns": true,
"emailMessages": true,
"appointmentOutcomes": true,
"appointmentTypes": true,
"stages": true,
"emailThreads": true,
"documents": true,
"sources": true,
"timeframes": true,
"peopleRelationships": true,
"pipelines": true,
"ponds": true,
"transactionNotes": true
},
"returnURI": "<string>"
}
'{
"url": "<string>",
"requestId": "<string>"
}OAuth
Create Oauth
POST /oauth/authorize-url
POST
/
oauth
/
authorize-url
Create Oauth
curl --request POST \
--url https://universal.rollout.com/api/oauth/authorize-url \
--header 'Content-Type: application/json' \
--data '
{
"appKey": "<string>",
"plan": "<string>",
"customParams": {},
"entitiesToSync": {
"actionPlanPeople": true,
"actionPlans": true,
"appointments": true,
"borrowers": true,
"calls": true,
"calendars": true,
"calendarEvents": true,
"customFields": true,
"events": true,
"lists": true,
"loans": true,
"notes": true,
"offices": true,
"properties": true,
"smartLists": true,
"tasks": true,
"taskTemplates": true,
"teams": true,
"textMessages": true,
"emailMarketingCampaigns": true,
"emailMessages": true,
"appointmentOutcomes": true,
"appointmentTypes": true,
"stages": true,
"emailThreads": true,
"documents": true,
"sources": true,
"timeframes": true,
"peopleRelationships": true,
"pipelines": true,
"ponds": true,
"transactionNotes": true
},
"returnURI": "<string>"
}
'{
"url": "<string>",
"requestId": "<string>"
}POST /oauth/authorize-url
Base URL: https://universal.rollout.com/api
Parameters
No parameters.Responses
| Status | Description |
|---|---|
200 | OK |
400 | Bad Request |
OpenAPI Source
/openapi/rollout.json POST /oauth/authorize-urlBody
application/jsonmultipart/form-datatext/plain
appKey
Option 1 · stringOption 2 · stringOption 3 · stringOption 4 · stringOption 5 · stringOption 6 · stringOption 7 · stringOption 8 · stringOption 9 · stringOption 10 · stringOption 11 · stringOption 12 · stringOption 13 · stringOption 14 · stringOption 15 · stringOption 16 · stringOption 17 · stringOption 18 · stringOption 19 · stringOption 20 · stringOption 21 · stringOption 22 · stringOption 23 · stringOption 24 · stringOption 25 · stringOption 26 · stringOption 27 · stringOption 28 · stringOption 29 · stringOption 30 · stringOption 31 · stringOption 32 · stringOption 33 · stringOption 34 · stringOption 35 · stringOption 36 · stringOption 37 · stringOption 38 · stringOption 39 · stringOption 40 · stringOption 41 · stringOption 42 · stringOption 43 · string
required
Show child attributes
Show child attributes
Show child attributes
Show child attributes
⌘I