Answered

Retrieve conversation model api attributes

  • 1 July 2022
  • 1 reply
  • 15 views

RAW data for 2.5 API:

 

POST https://api.intercom.io/conversations/IDHTTP/1.1

Authorization: Bearer xxxxx

Host: api.intercom.io

Accept: application/json

Content-Type: application/json

Content-Length: 0

 

This results in:

{

  "errors": [{

    "code": "not_found",

    "message": "The requested resource does not exist; check your path and try again"

  }],

  "type": "error.list"

}

 

What am I doing wrong?

 

Auth code is 2.5 compatible. Conversation ID is the one in the URL bar.

icon

Best answer by Aparna 5 July 2022, 15:45

View original

1 reply

Hey @user1317​ ! In our logs I am not able to see any details in relation to the conversation id 729. I do see a few error for message id 729 it says user not found. Apart from this I do see few other error for a difference conversation where you were trying to update. The error flagged there was conversation attribute doesn't exist. If you could get the request id it will be helpful to narrow down the search.

Reply