Messages
Message summary
Section titled “Message summary”http https://sls-api.sheepcrm.com/selfservice/v2/$FLOCK/messages/summary/ "Authorization: Bearer $APP_API_TOKEN"
HTTP/1.1 200 OK{
}Get all messages for the user
Section titled “Get all messages for the user”http https://sls-api.sheepcrm.com/selfservice/v2/$FLOCK/messages/ "Authorization: Bearer $APP_API_TOKEN"
HTTP/1.1 200 OK{ "List of all messages"}A single message
Section titled “A single message”http https://sls-api.sheepcrm.com/selfservice/v2/$FLOCK/message/{message_uid}/ "Authorization: Bearer $APP_API_TOKEN"Read a message
Section titled “Read a message”Get the message and mark it as read.
http https://sls-api.sheepcrm.com/selfservice/v2/$FLOCK/message/{message_uid}/read/ "Authorization: Bearer $APP_API_TOKEN"Acknowledge a message
Section titled “Acknowledge a message”http PUT https://sls-api.sheepcrm.com/selfservice/v2/$FLOCK/message/{message_uid}/acknowledge/ "Authorization: Bearer $APP_API_TOKEN"