Saltar al contenido principal
GET
/
email
/
public
/
v1
/
campaigns
Get campaign IDs with recent activity for an account
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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Parámetros de consulta

offset
string

A key representing which page of results you would like

limit
integer

Limit the maximum number of results you would like returned.

Respuesta

Recent campaign IDs retrieved successfully

hasMore
boolean
requerido

Whether there are more results available

offset
string
requerido

Offset token for pagination

campaigns
object[]
requerido
Last modified on April 14, 2026