get https://api.movintracks.io/v:version/campaigns
Gets all campaigns
A comprehensive example of a campaign. Notice that triggers and actions are arrays of nested views of Trigger and Action.
Responses
Gets all campaigns
A comprehensive example of a campaign. Notice that triggers and actions are arrays of nested views of Trigger and Action.
xxxxxxxxxx
curl --request GET \
--url https://api.movintracks.io/v:version/campaigns \
--header 'Authorization: Bearer [[key]]' \
--header 'accept: application/json'