Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The start date for the graph
The end date for the graph
Response
Successful operation
curl --request GET \
--url https://api.helpyousponsor.com/v1/donations/{date_from}/{date_to}/graph \
--header 'Authorization: Bearer <token>'{
"donation_graph_data": [
{}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The start date for the graph
The end date for the graph
Successful operation
curl --request GET \
--url https://api.helpyousponsor.com/v1/donations/{date_from}/{date_to}/graph \
--header 'Authorization: Bearer <token>'{
"donation_graph_data": [
{}
]
}