Welcome to the Mortgage CRM API reference. This section covers the core concepts you need before diving into endpoints.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.
Base URL
https://mortgage-crm.universal.rollout.com/api
Authentication (at a glance)
All requests require anAuthorization header with a Bearer token (your authToken).
For Mortgage CRM endpoints that operate on a connected account, include X-Rollout-Credential-Id as well.
Write behavior and propagation
Writes apply only to the system tied to the credential you provide inX-Rollout-Credential-Id. Rollout does not automatically propagate writes to other systems. If you need multi-system sync, call each credential explicitly or use Sync to DB plus your own orchestration.
Response shape
List endpoints typically return a data array plus a_metadata object with pagination details like offset, limit, total, next, and nextLink when available.
Next steps
- Read Authentication for header details and example requests.
- See Pagination for how list endpoints are navigated.
- Review Errors for status codes and error payloads.