curl --request GET \
--url https://api.hubapi.com/email/public/v1/campaigns{
"hasMore": true,
"offset": "<string>",
"campaigns": [
{
"id": 123,
"appId": 123,
"appName": "<string>",
"lastUpdatedTime": 123
}
]
}Return all campaign IDs sorted by recent activity associated with the HubSpot account. The campaign IDs are returned in descending order of most-recent activity.
curl --request GET \
--url https://api.hubapi.com/email/public/v1/campaigns{
"hasMore": true,
"offset": "<string>",
"campaigns": [
{
"id": 123,
"appId": 123,
"appName": "<string>",
"lastUpdatedTime": 123
}
]
}Scope requirements
A key representing which page of results you would like
Limit the maximum number of results you would like returned.
Was this page helpful?