GET
/
marketing-emails
/
v1
/
emails
/
{id}
/
has-buffered-changes
Determine if the buffer of a marketing email differs from the live email
curl --request GET \
  --url https://api.hubapi.com/marketing-emails/v1/emails/{id}/has-buffered-changes \
  --header 'Authorization: Bearer <token>'
{
  "has_changes": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the email that you want to check.

Response

200
application/json

Buffer changes status

The response is of type object.