Messages
Batch get message acks
Get delivery status for up to 200 sent messages in one call.
Useful for campaign dashboards / status reconciliation. Requires chats:read.
Request
curl -X POST "https://api.blueticks.co/v1/messages/acks" \ -H "Content-Type: application/json" \ -d '{ "message_keys": [ "string" ] }'{
"success": true,
"data": [
{
"key": "string",
"ack": 0
}
],
"limit": 0,
"skip": 0,
"total": 0
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Request Body
application/json
Response
Response Body
application/json
application/json