curl --request GET \ --url https://api.starleads.co/Campaign \ --header 'X-Api-Key: <x-api-key>'
[ { "id": "<string>", "name": "<string>", "isActive": 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
Success
The response is of type object[].
object[]