> ## 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

The Endaoment API offers a series of endpoints for developers to interface with permissionless Endaoment entities. The
endpoints offer queries that range from data about specific Orgs to searching from all existing entities, while also
facilitating Fund management and donations.

<Note>
  In our restless strive to make charitable giving and DAF-education accessible to all, we offer a very generous rate
  limit meant for exploration and easy integrations. If you find your application needing different constraints, please
  contact the team at <a href="mailto:engineering@endaoment.org">[engineering@endaoment.org](mailto:engineering@endaoment.org)</a>.
</Note>

## Quickstart

<Card title="Getting Started" href="/developers/quickstart/overview" icon="rocket">
  To begin using the Endaoment API, please refer to the [Getting Started Guide](/developers/quickstart/overview).
</Card>

### Quickstart Flows

<CardGroup cols={2}>
  <Card title="Authentication" href="/developers/quickstart/login-user">
    Secure API access using OAuth 2.0 and API keys
  </Card>

  <Card title="DAF Management" href="/developers/quickstart/create-daf">
    Create, manage, and interact with Donor Advised Funds
  </Card>

  <Card title="Donations" href="/developers/quickstart/donate-to-daf">
    Process donations and manage charitable transactions
  </Card>

  <Card title="Organization Search" href="/developers/quickstart/search-for-org">
    Find and verify charitable organizations
  </Card>

  <Card title="Grants" href="/developers/quickstart/grant-from-daf">
    Manage and process grant distributions
  </Card>

  <Card title="Collaboration" href="/advisors/collaboration/manage-collaborators">
    Manage team access and permissions
  </Card>
</CardGroup>

## API Features

### Authentication & Security

* OAuth 2.0 implementation for secure user authentication
* API key management for application access

### Data Access

* Real-time organization data
* Historical transaction records
* DAF status and balance information
* Grant distribution history

### Transaction Processing

* Secure donation processing
* Transaction status tracking
* Automated receipt generation

### Integration Support

* RESTful API endpoints
* Comprehensive documentation
