Retrieve a message
Get a single message based on its ID
Get
GET
https://{{account_id}}.acquire.io/api/v1/crm/objects/case-message/{{messageId}}
Retrieve a single message by passing its messageId in to the endpoint as a path parameter.
Path Parameters
Name
Type
Description
messageId*
integer
ID of the message
Headers
Name
Type
Description
Authorization*
string
Bearer {{API_KEY}}
Last updated