Sequin Stream API
Ack messages
Ack messages in a Sequin Stream
POST
/
api
/
http_pull_consumers
/
{consumer_name_or_id}
/
ack
Request parameters
consumer_name_or_id
string
requiredThe ID or name of the Sequin Stream.
ack_ids
string[]
requiredAn array of ack_id
values to acknowledge.
Each message returned by the /receive
endpoint contains an ack_id
that you can use to acknowledge the message.
Was this page helpful?