Skip to main content
GET
/
v1
/
orgs
/
{id}
/
distributions
List eligible distributions
curl --request GET \
  --url https://api.endaoment.org/v1/orgs/{id}/distributions
{
  "distributions": [
    {
      "eligibleForAmount": "1000000",
      "distributionTimestampUtc": 1716239024000,
      "distributionTimestamp": 1716239024,
      "source": {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "name": "Community Impact Pool"
      }
    }
  ]
}

Path Parameters

id
string<uuid>
required

Unique identifier of the organization.

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Eligible distributions for the organization

distributions
object[]
required

Distribution rounds and impact pools the organization is eligible for.