GET
/
donations
/
{date_from}
/
{date_to}
/
graph
curl --request GET \
  --url https://api.helpyousponsor.com/v1/donations/{date_from}/{date_to}/graph \
  --header 'Authorization: Bearer <token>'
{
  "donation_graph_data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

date_from
string
required

The start date for the graph

date_to
string
required

The end date for the graph

Response

200
application/json
Successful operation
donation_graph_data
object[]