Jump to content

REST API Documentation

/core/messages/{id}


Add a reply to a personal conversation

This endpoint is only available for requests made using an API Key or the Client Credentials Grant Type, not using an OAuth Access Token for a particular member.


Parameters

Name Type Description
body string Message body
from int Person responding to message (must be part of conversation)

Exceptions

Code Message Description
1C374/6 INVALID_ID The personal conversation ID does not exist
1C374/7 INVALID_SENDER The sender ID supplied was not valid
1C374/8 SENDER_NO_PERMISSON The sender supplied does not have permmission to reply to the conversation

Response

This endpoint doesn't return a response.
×
×
  • Create New...