curl --request GET \
--url https://api.sendo.dev/v1/campaign/list \
--header 'Authorization: Bearer <token>'{
"campaigns": [
{
"id": "h4cQ2gls",
"brandId": "A8wm4k2s",
"displayName": "Internal Testing",
"createdAt": "2023-12-12T12:33:33.630Z",
"updatedAt": "2023-12-12T12:33:33.630Z",
"status": "ACTIVE",
...
},
{
"id": "A8wm4k2s",
"brandId": "oR439zks",
"displayName": "User Notifications",
"createdAt": "2023-12-07T12:33:33.630Z",
"updatedAt": "2023-12-08T12:33:33.630Z",
"status": "PENDING",
...
}
And so on...
]
}
This endpoint lists your campaigns.
curl --request GET \
--url https://api.sendo.dev/v1/campaign/list \
--header 'Authorization: Bearer <token>'{
"campaigns": [
{
"id": "h4cQ2gls",
"brandId": "A8wm4k2s",
"displayName": "Internal Testing",
"createdAt": "2023-12-12T12:33:33.630Z",
"updatedAt": "2023-12-12T12:33:33.630Z",
"status": "ACTIVE",
...
},
{
"id": "A8wm4k2s",
"brandId": "oR439zks",
"displayName": "User Notifications",
"createdAt": "2023-12-07T12:33:33.630Z",
"updatedAt": "2023-12-08T12:33:33.630Z",
"status": "PENDING",
...
}
And so on...
]
}
DRAFT status will not be returned. Click here for more information about campaigns.
Show campaign fields
MARKETING.Show details fields
{
"campaigns": [
{
"id": "h4cQ2gls",
"brandId": "A8wm4k2s",
"displayName": "Internal Testing",
"createdAt": "2023-12-12T12:33:33.630Z",
"updatedAt": "2023-12-12T12:33:33.630Z",
"status": "ACTIVE",
...
},
{
"id": "A8wm4k2s",
"brandId": "oR439zks",
"displayName": "User Notifications",
"createdAt": "2023-12-07T12:33:33.630Z",
"updatedAt": "2023-12-08T12:33:33.630Z",
"status": "PENDING",
...
}
And so on...
]
}