While limited at the moment, we provide a REST API for automating management of your donations. All requests must include an Authorization: Bearer TOKEN header, where TOKEN is a token you've generated on your tokens page.
Requires scope account_read.
This returns the donation weights for your account as per weights: in .bread.yml , but as JSON.
Ex:
Requires scope account_write_weights.
Changes which projects you donate to and with which weights. The request body is JSON and matches weights: in .bread.yml . This replaces your currently selected weights.