api-documentation icon indicating copy to clipboard operation
api-documentation copied to clipboard

How to get a single contact's URI overvew

Open YosriBed opened this issue 1 year ago • 0 comments

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 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 ?

YosriBed avatar Jun 28 '23 10:06 YosriBed