> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endaoment.org/llms.txt
> Use this file to discover all available pages before exploring further.

# API Documentation

<img className="block dark:hidden" src="https://mintcdn.com/endaoment/5kHaU3HcCEoL5hsX/images/brand-assets/api-readme-cover.png?fit=max&auto=format&n=5kHaU3HcCEoL5hsX&q=85&s=a871281cb1c39e4518c2eaa514ba00de" width="1635" height="508" data-path="images/brand-assets/api-readme-cover.png" />

<img className="hidden dark:block" src="https://mintcdn.com/endaoment/5kHaU3HcCEoL5hsX/images/brand-assets/api-readme-cover--dark.png?fit=max&auto=format&n=5kHaU3HcCEoL5hsX&q=85&s=cc9af459aa15ee63cda4e8d1f5acb5f0" width="1635" height="508" data-path="images/brand-assets/api-readme-cover--dark.png" />

# Endaoment API

Use the Endaoment API to authenticate donors, open and fund DAFs, search nonprofits, and submit grants. Everything is REST over HTTPS.

<Note>
  Rate limits are generous while you're building and testing. If you hit something that feels tight, reach out to [engineering@endaoment.org](mailto:engineering@endaoment.org) — we're happy to help.
</Note>

## Quickstart

<Card title="Overview" href="/developers/quickstart/overview" icon="map">
  Pick your path — OAuth or partner — and see the full journey at a glance.
</Card>

<Card title="Integration Patterns" href="/developers/quickstart/integration-patterns" icon="book">
  Auth, proxying, idempotency, and amount conventions you'll use across every step.
</Card>

<Card title="API Reference" href="/developers/api/authentication/start-oauth-authorization" icon="code">
  Every endpoint, grouped by Partner Endpoints, Authentication, Funds, Donations, and more.
</Card>

### Journey steps

<CardGroup cols={2}>
  <Card title="Authenticate" href="/developers/quickstart/login-user">
    OAuth 2.0 Authorization Code + PKCE
  </Card>

  <Card title="Open a Fund" href="/developers/quickstart/create-daf">
    Create a donor-advised fund for an authenticated user
  </Card>

  <Card title="Fund a DAF" href="/developers/quickstart/donate-to-daf">
    Submit a wire donation pledge
  </Card>

  <Card title="Find a Nonprofit" href="/developers/quickstart/search-for-org">
    Search organizations for grant recommendations
  </Card>

  <Card title="Recommend a Grant" href="/developers/quickstart/grant-from-daf">
    Submit an async grant from a fund
  </Card>

  <Card title="Partner Journey" href="/developers/quickstart/partner-journey">
    Server-to-server flow for tech-platform partners
  </Card>

  <Card title="Going to Production" href="/developers/quickstart/going-to-prod">
    Validate on dev or staging, then request production credentials
  </Card>

  <Card title="Collaboration" href="/advisors/collaboration/manage-collaborators">
    Add or remove fund collaborators (optional)
  </Card>
</CardGroup>
