Skip to content

Messages

http https://sls-api.sheepcrm.com/selfservice/v2/$FLOCK/messages/summary/ "Authorization: Bearer $APP_API_TOKEN"
HTTP/1.1 200 OK
{
}
http https://sls-api.sheepcrm.com/selfservice/v2/$FLOCK/messages/ "Authorization: Bearer $APP_API_TOKEN"
HTTP/1.1 200 OK
{
"List of all messages"
}
http https://sls-api.sheepcrm.com/selfservice/v2/$FLOCK/message/{message_uid}/ "Authorization: Bearer $APP_API_TOKEN"

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"
http PUT https://sls-api.sheepcrm.com/selfservice/v2/$FLOCK/message/{message_uid}/acknowledge/ "Authorization: Bearer $APP_API_TOKEN"