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": t{
"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.