POST
/
v1
/
recommendations
/
grant
curl --request POST \
  --url https://api.endaoment.org/v1/recommendations/grant \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "recommender": "John Doe",
  "purpose": "General operating support",
  "specialInstructions": "Funds must be used for the specific project X.",
  "subprojectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "shareMyEmail": false,
  "amountUsdc": "100000000",
  "orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "offsetFee": true,
  "collaboratingFundId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "id": "123e4567-e89b-12d3-a456-426614174000"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json
Donation recommendation successfully created

The response is of type object.