v1
latestOpenAPI 3.0.02026-08-062903562.2 MBCampaign
listOrganizationCampaigns
Retrieves a list of all Campaigns for a specific Organization
get/organizations/{organization}/campaigns
Path parameters
organizationinteger required
Example:82364
The specified Organization ID
Query parameters
pageinteger
Example:1
Indicator of which page of results to return
per_pageinteger
Example:20
Number of entries to return in each page of results
Response
Success
Example response
{
"current_page": 1,
"data": [
{
"address1": "533 F Street",
"campaign_template_id": 413,
"studio_template_id": 7,
"linked_at": "2021-04-23T08:23:21Z",
"unlinked_at": "2021-04-23T08:23:21Z",
"canonical_url": "/campaign/c0",
"category_id": 1,
"channel_id": 2,
"channel_keywords": "some_keyword",
"city": "San Diego",
"contact_email": "test@gofundme.com",
"contact_phone": "619-555-1212",
"country": "US",
"created_at": "2021-04-23T08:23:21Z",
"created_with": "classyapp",
"currency_code": "USD",
"default_page_appeal_email": "Please donate to my fundraising page",
"default_page_goal": 500,
"default_page_thank_you_email": "Thank you",
"default_team_appeal_email": "Please donate to my fundraising team",
"default_team_goal": 500,
"default_team_thank_you_email": "Thank you",
"designation_id": 10,
"ended_at": "2021-04-23T08:23:21Z",
"effective_fixed_fot_percent": "4.00",
"effective_flex_rate_percent": 4.2,
"effective_recaptcha_settings": "ENABLED",
"external_id": "37e4d11a-ec0c-4358-94ed-f26cb1753512",
"external_url": "https://pro.gofundme.com",
"goal": 108.23,
"id": 227362,
"internal_name": "Event #F230DD",
"is_general": 1,
"location_details": "Heading north on I-5...",
"minimum_donation_amount": 5,
"name": "My Campaign",
"organization_id": 82364,
"postal_code": "92101",
"raw_currency_code": "EUR",
"raw_goal": "100.000",
"redirect_url": "https://pro.gofundme.com/",
"sort_designation_by": "A-Z",
"started_at": "2021-04-23T08:23:21Z",
"state": "CA",
"status": "active",
"timezone_identifier": "America/Los_Angeles",
"type": "ticketed",
"updated_at": "2021-04-23T08:23:21Z",
"venue": "City Townhall",
"default_page_appeal": "Please donate to my fundraising page",
"default_page_post_asset_id": 1,
"default_page_post_body": "Lorem ipsum",
"default_page_post_title": "Welcome to our team page!",
"default_team_appeal": "Please donate to my fundraising team",
"default_team_post_asset_id": 1,
"default_team_post_body": "Lorem ipsum",
"default_team_post_title": "Welcome to our team page!",
"default_thank_you_text": "Thank you so much!",
"fixed_fot_percent": "4.00",
"flex_rate_percent": 4,
"team_membership_policy": "optional",
"classy_mode_appeal": "Example appeal text",
"checkout_corporate_donation_enabled": true,
"custom_url": "https://test.org/custom",
"return_url": "https://test.org/return",
"logo_id": 1002,
"logo_url": "https://gofundme-cdn-url.com/your-logo.png",
"team_cover_photo_id": 2345,
"team_cover_photo_url": "https://gofundme-cdn-url.com/your-team-cover-photo.png",
"crypto_giving": "enabled",
"embedded_giving": "disabled",
"whitelist_url": "https://www.myawesomecharity.org"
}
],
"first_page_url": "{host}/organizations/{organization}/campaigns?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "{host}/organizations/{organization}/campaigns?page=1",
"next_page_url": "https://pro.gofundme.com/api/2.0/resource?page=2",
"path": "{host}/organizations/{organization}/campaigns",
"per_page": 20,
"prev_page_url": "https://pro.gofundme.com/api/2.0/resource?page=1",
"links": [
{
"label": "1",
"url": "{host}/{resource}?page=1",
"active": true
}
],
"to": 1,
"total": 1
}