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
Parameter | Type | Required | Description |
---|---|---|---|
x-api-key | string | Yes | API key for authorization |
Example Response
{
"title": "string",
"type": "string",
"start_date": "string",
"end_date": "string",
"unit_price": 0
}