Skip to main content
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": {
    "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,
    "emailMessages": true,
    "appointmentOutcomes": true,
    "appointmentTypes": true,
    "stages": true,
    "emailThreads": true,
    "documents": true,
    "sources": true,
    "timeframes": true,
    "peopleRelationships": true,
    "ponds": true
  },
  "returnURI": "<string>"
}
'
{
  "url": "<string>",
  "requestId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://rollout.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

appKey
required
plan
string
customParams
object
entitiesToSync
object
returnURI
string

Response

OK

url
string
required
requestId
string
required