action change_get_api_v1_donations_index { label: "List your donations" description: "Retrieves a list of donations you've previously made. The donations are returned in order of creation, with the most recent donations appearing first. This endpoint is paginated." provider: change method: GET path: "/api/v1/donations/index" encoding: json input: { type: "object" properties: { page: { type: "number" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }