> For the complete documentation index, see [llms.txt](https://docs.moderncollections.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moderncollections.io/readme.md).

# API Reference

Documentation for the Modern Collections platform — the REST API, webhooks, SDKs, MCP servers, and agent interfaces that let you place invoices, track outreach, reconcile payments, and act on collections programmatically.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>🚀 Start here</h4></td><td>Authenticate, hit your first endpoint, handle errors.</td><td></td><td><a href="https://github.com/knollmeyersam-dot/MC-Docs/blob/main/api-reference/getting-started/README.md">https://github.com/knollmeyersam-dot/MC-Docs/blob/main/api-reference/getting-started/README.md</a></td></tr><tr><td><h4>📡 REST API</h4></td><td>Endpoints for placements, payments, disputes, analytics, portal.</td><td></td><td><a href="https://github.com/knollmeyersam-dot/MC-Docs/blob/main/api-reference/rest-api/README.md">https://github.com/knollmeyersam-dot/MC-Docs/blob/main/api-reference/rest-api/README.md</a></td></tr><tr><td><h4>🪝 Webhooks</h4></td><td>Event subscriptions, signature verification, retries.</td><td></td><td><a href="https://github.com/knollmeyersam-dot/MC-Docs/blob/main/api-reference/webhooks/README.md">https://github.com/knollmeyersam-dot/MC-Docs/blob/main/api-reference/webhooks/README.md</a></td></tr><tr><td><h4>🤖 MCP Servers</h4></td><td>Plug Modern Collections into Claude, Cursor, or any MCP host.</td><td></td><td><a href="https://github.com/knollmeyersam-dot/MC-Docs/blob/main/api-reference/mcp-servers/README.md">https://github.com/knollmeyersam-dot/MC-Docs/blob/main/api-reference/mcp-servers/README.md</a></td></tr></tbody></table>

## Popular tasks

* [Make your first API call](/getting-started/first-api-call.md)
* [Verify webhook signatures](/webhooks/signature-verification.md)
* [Ingest overdue invoices](/integration-guides/ingest-overdue-invoices.md)
* [Install an MCP server](/mcp-servers/installation.md)
* [Python SDK quickstart](/sdks/python.md)

## Integration recipes

* [Handle disputes end-to-end](/integration-guides/handle-disputes-end-to-end.md)
* [Reconcile payments back to accounting](/integration-guides/reconcile-payments-back-to-accounting.md)
* [Configure negotiation strategy](/integration-guides/configure-negotiation-strategy.md)
* [First-party SaaS onboarding](/integration-guides/multi-tenant-1p-onboarding.md)
* [MCP agent quickstart](/integration-guides/mcp-agent-quickstart.md)

## Compliance for integrators

Working with consumer debt, AI voice, and PII requires care. Read [Compliance overview](/compliance-for-integrators/overview.md), then [FDCPA](/compliance-for-integrators/fdcpa-for-integrators.md), [TCPA](/compliance-for-integrators/tcpa-for-integrators.md), [AI disclosure](/compliance-for-integrators/ai-disclosure.md), [Recording consent](/compliance-for-integrators/recording-consent.md), and [Data handling and PII](/compliance-for-integrators/data-handling-pii.md).

## Status & changes

* 🟢 [Platform status](/status.md) — health checks and how to report an issue
* 📝 [Change Log](https://github.com/knollmeyersam-dot/MC-Docs/blob/main/change-log/README.md) — month-by-month release notes

## Support

See [contact support](https://help.moderncollections.io/troubleshooting/contact-support) in the Help Center.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.moderncollections.io/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
