Marketing Emails API is not responding properly with V3

Hi Team,
As part of the version change mentioned in below URL for Marketing Emails ( from v1 to v3 ), I’m getting no response post change addition.
URL : Solved: HubSpot Community - Marketing Email API: v3 released to general availability and upcoming sunset for v1 - HubSpot Community
I am able to get response with below API Call (v1) : https://api.hubapi.com/marketing-emails/v1/emails?&limit=300&updated__range=1756857600000,1756944000000
Getting below response with API Call (v3) : https://api.hubapi.com/marketing-emails/v3/emails?&limit=300&updated__range=1756857600000,1756944000000
Response : URL response failed…Failing the TASK
Kindly suggest if any changes can resolve this issue and also let us know full API details as per v3 changes to be integrated.

Hi @DIsuru

The issue is with the endpoint path. In v3, the correct URL is:

https://api.hubapi.com/marketing/v3/emails

Your current call uses /marketing-emails/v3/, which is not valid and will return no response. Please try this corrected version:

https://api.hubapi.com/marketing/v3/emails?limit=300&updated__range=1756857600000,1746857600000

I tested the endpoint, and it works fine.

You can find full v3 API details here:
:backhand_index_pointing_right: HubSpot Marketing Emails API v3

Did my post resolve your question? If so, please consider marking it as the accepted solution to help others in the community.

Best
Dennis

Awesome! Thank you @d-lupo :raising_hands: — Jaycee