v1
latestOpenAPI 3.0.02026-08-062903562.2 MBSupporter
fetchSupporter
Retrieves Supporter from ID
get/supporters/{supporter}
Path parameters
supporterinteger required
Example:5827
The specified supporter ID
Query parameters
fields'address1' | 'address2' | 'birthday' | 'cell_phone' | 'city' | 'country' | 'created_at' | 'email_address' | 'first_name' | 'gender' | 'id' | 'last_emailed_at' | 'last_name' | 'location' | 'member_id' | 'metadata' | 'nickname' | 'opt_in' | 'origin' | 'phone' | 'postal_code' | 'source_campaign_id' | 'source_fundraising_page_id' | 'source_member_id' | 'source_organization_id' | 'state' | 'updated_at'
Example:id
Comma-separated list of fields to be returned
Response
Success
Example response
{
"address1": "300 N Washington St",
"address2": "300 N Washington St",
"birthday": "3/15",
"cell_phone": "619-555-1212",
"city": "Gettysburg",
"country": "US",
"created_at": "2021-04-23T08:23:21Z",
"email_address": "test@gofundme.com",
"first_name": "Hannah",
"gender": "M",
"id": 5827,
"last_emailed_at": "test@gofundme.com",
"last_name": "Rosendo",
"location": "City Townhall",
"member_id": 2012,
"metadata": {
"foo": "bar"
},
"nickname": "GoFundMePro",
"opt_in": true,
"origin": "donation",
"phone": "619-555-1212",
"postal_code": "92101",
"source_campaign_id": 227362,
"source_fundraising_page_id": 2173528,
"source_member_id": 2012,
"source_organization_id": 82364,
"state": "NE",
"updated_at": "2021-04-23T08:23:21Z"
}