how to get an marketing email's title and subject line via API?

Here is what i tried already

1. marketing/v3/emails
2. marketing/v3/emails/statistics/histogram

But none of them gave the requisite answer

Hi @Nikhil_Aggarwal

You can use the following CURL to get the Subject Line and title of the email:

curl --request GET \
 --url https://api.hubapi.com/marketing/v3/emails/ \
 --header 'authorization: Bearer YOUR_ACCESS_TOKEN'

“I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!”