Get Campaigns List

Scott Wallace
Scott Wallace
  • Updated
GET https://api.actonsoftware.com/api/1/campaigns

 

Customers wanting to access our API via our gateway in the EU can use this link: 

GET https://api-eu.actonsoftware.com/api/1/campaigns

Parameters

Name Parameter
Type
Allow
Multiple
Required/
Optional
Data Type Description
Authorization Header False Required String (Bearer {access token}) Pass the authentication token that was granted when you authorized access.

 

Response

[
{
"id": "0003",
"name": "Example Campaign Name",
"description": "Example Campaign Description",
"assetIds": [
"s-007a-2212"
],
"urls": [],
"creationTimestampEpoch": 1670622123432,
"modifiedTimestampEpoch": 1670622123432
}
]

 

Code Examples

cURL

curl -X GET https://api.actonsoftware.com/api/1/campaigns -H "Authorization: Bearer d42baa96-9160-3816-a8d2-ea660cc83ff0"

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request