api-documentation
api-documentation copied to clipboard
How to get a single contact's URI overvew
Hello,
What I want to do:
- 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
-
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 ?