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>'
{
  "paging": {
    "next": {
      "link": "",
      "after": ""
    },
    "prev": {
      "before": "",
      "link": ""
    }
  },
  "results": [
    {
      "emailContentId": "<string>",
      "emailCampaignId": "<string>",
      "flowId": "<string>"
    }
  ]
}

Supported products

Requires one of the following products or higher.
Marketing HubMarketing Hub -Free
Sales HubSales Hub -Free
Service HubService Hub -Free
Content HubContent Hub -Free
This API requires one of the following scopes:
automation

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
limit
integer
flowId
string[]

Response

successful operation

results
object[]
required
paging
object