Pular para o conteúdo principal
GET
/
engagements
/
v1
/
engagements
/
{engagementId}
Get an engagement
curl --request GET \
  --url https://api.hubapi.com/engagements/v1/engagements/{engagementId}
{
  "engagement": {
    "id": 123,
    "portalId": 123,
    "active": true,
    "createdAt": 123,
    "lastUpdated": 123,
    "ownerId": 123,
    "type": "EMAIL",
    "timestamp": 123
  },
  "associations": {
    "contactIds": [
      123
    ],
    "companyIds": [
      123
    ],
    "dealIds": [
      123
    ],
    "ownerIds": [
      123
    ]
  },
  "metadata": {}
}

Documentation Index

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

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

Parâmetros de caminho

engagementId
string
obrigatório

The unique ID of the engagement you want the information for.

Resposta

200 - application/json

Successful response - Engagement information retrieved successfully

engagement
object
associations
object
metadata
object
Last modified on April 13, 2026