Skip to main content
GET
/
automation
/
v4
/
flows
/
email-campaigns
cURL
curl --request GET \
  --url https://api.hubapi.com/automation/v4/flows/email-campaigns \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "emailCampaignId": "<string>",
      "emailContentId": "<string>",
      "flowId": "<string>"
    }
  ],
  "paging": {
    "next": {
      "after": "<string>",
      "link": "<string>"
    },
    "prev": {
      "before": "<string>",
      "link": "<string>"
    }
  }
}

Supported products

Requires one of the following products or higher.
Marketing HubMarketing Hub -Professional
Sales HubSales Hub -Professional
Service HubService Hub -Professional
Content HubContent Hub -Professional
Data HubData Hub -Professional

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

after
string
before
string
flowId
string[]
limit
integer<int32>

Response

successful operation

results
object[]
required
paging
object
Last modified on December 16, 2025