Skip to Content
Version 0.0.2 is released 🎉
DocumentationCrowd FundingCampaignsCampaign Updates

Get a Campaign Update

Endpoint

GET /crowdfunding/campaigns/{identifier}/update

https://api.growforme.com/crowdfunding/campaigns/{identifier}/update

Authorization

Requires an API key in the X-API-Key header.

Supported Languages

  • English

Responses

  • 200 OK: Returns an update from the specific campaign.
  • 403 Forbidden: Invalid API key.
  • 500 Internal Server Error: Unexpected error.

Header Parameters

ParameterTypeRequiredDescription
x-api-keystringYesAPI key for authorization

Example Response

{ "title": "string", "type": "string", "start_date": "string", "end_date": "string", "unit_price": 0 }
Last updated on