Skip to main content
GET
/
campaigns
/
{campaignId}
/
settings
List Campaign Settings
curl --request GET \
  --url https://api.sternrockcapital.com/campaigns/{campaignId}/settings
[
  [
    {
      "value": "<any>",
      "valueType": "<string>"
    }
  ]
]

Path Parameters

campaignId
string<UUID>
required

UUID of the campaign

Response

OK

The response is of type object[][].