POST
/
api
/
http_pull_consumers
/
{consumer_name_or_id}
/
ack

Request parameters

consumer_name_or_id
string
required

The ID or name of the Sequin Stream.

ack_ids
string[]
required

An 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?