Consume
Ack messages
Ack messages for an HTTP stream consumer
POST
/
v1
/
http-consumers
/
{id}
/
ack
Request parameters
id
string
requiredID of the consumer.
ack_tokens
string[]
requiredAn array of ack_token
values to acknowledge.
Each message returned by the /next
endpoint contains an ack_token
that you can use to acknowledge the message.
Was this page helpful?