curl --request GET \ --url https://api.starleads.co/CampaignField/{campaignId} \ --header 'X-Api-Key: <x-api-key>'
[ { "id": "<string>", "name": "<string>", "isMandatory": true } ]
Api key to pass as a X-Api-Key request header. You can get yours in your profile when authenticated in Starleads
X-Api-Key
ID of the campaign.
Success
The response is of type object[].
object[]