I have tried to retrieve a contact with id 5fdf1f7270c60b2cb67905a9. I got this id from conversation this user has created. By the id of the conversation I can retrieve the user from web interface, but when I'm trying to get the same user by calling https://api.intercom.io/contacts/5fdf1f7270c60b2cb67905a9/p>
I am getting this error:
{'type': 'error.list',
'request_id': '00069hfajrq2e422bjfg',
'errors': [{'code': 'not_found', 'message': 'Contact Not Found'}]}
and I can't figure out what I'm doing wrong