Create Credential
curl --request POST \
--url https://universal.rollout.com/api/credentials \
--header 'Content-Type: application/json' \
--data '
{
"appKey": "<string>",
"userInputs": {},
"credentialKey": "<string>",
"plan": "<string>",
"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
}
}
'{
"id": "<string>"
}Credentials
Create Credential
POST /credentials
POST
/
credentials
Create Credential
curl --request POST \
--url https://universal.rollout.com/api/credentials \
--header 'Content-Type: application/json' \
--data '
{
"appKey": "<string>",
"userInputs": {},
"credentialKey": "<string>",
"plan": "<string>",
"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
}
}
'{
"id": "<string>"
}POST /credentials
Base URL: https://universal.rollout.com/api
Parameters
No parameters.Responses
| Status | Description |
|---|---|
200 | OK |
400 | Bad Request |
500 | Internal Server Error |
OpenAPI Source
/openapi/rollout.json POST /credentialsBody
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
Response
OK
- Option 1
- Option 2
⌘I