cURL
curl --request GET \ --url https://api.castled.io/backend/external/v1/campaigns/{uuid}/status \ --header 'Api-Key: <api-key>'
{ "status": "<string>" }
Gets the current status of the campaign
Private key to access the API.
UUID of the campaign
Campaign status fetched successfully
A standard response for successful campaign creation.