You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on a contact's ID or email, I wish to get the link to a contact's overview page on Mailjet,
example : https://app.mailjet.com/contacts/overview/{ID}
Problem
GEThttps://api.mailjet.com/v3/REST/contact/{contact_ID} returns an numeric ID property. This ID is not the same as the one used to access the contact overview page.
How do I get a contact's overview URL, given an ID or email ?
The text was updated successfully, but these errors were encountered:
Hello,
What I want to do:
example :
https://app.mailjet.com/contacts/overview/{ID}
Problem
GET
https://api.mailjet.com/v3/REST/contact/{contact_ID}
returns an numericID
property. This ID is not the same as the one used to access the contact overview page.How do I get a contact's overview URL, given an ID or email ?
The text was updated successfully, but these errors were encountered: