Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

View User Disbursements

POST {api-url}/viewUserDisbursements?ns={community}

Lists all historical disbursements initiated by a specific funder.

FieldTypeRequirementDescription
UsernameStringRequiredThe username of the funder whose disbursements you want to view.
MetadataStringOptionalAny other detail that you wish to store with this event.
{
"Username": "FunderDemo",
"Metadata": "{\"ActorUserIDs\": \"547828938941114\"}"
}
Terminal window
curl -X POST '{api-url}/viewUserDisbursements?ns={community}' \
-H 'Authorization: bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"Username":"FunderDemo","Metadata":"{\"ActorUserIDs\": \"547828938941114\"}"}'