Legacy
English
cURL
curl --request GET \ --url https://api.hubapi.com/marketing-emails/v1/emails/{id}/has-buffered-changes \ --header 'Authorization: Bearer <token>'
{ "has_changes": true }
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the email that you want to check.
Buffer changes status
The response is of type object.
object
Was this page helpful?