Skip to main content
POST

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

inbox_id
string<uuid>
required

Body

application/json

Request to acknowledge a leased message from an inbox.

lease_id
string<uuid>
required

The unique identifier for the lease.

message_ids
string<uuid>[]

The list of message IDs to acknowledge. If not specified all messages matching the lease_id will be acknowledged.

Minimum array length: 1

Response

Response for a message acknowledge request to an inbox.

Response for a message acknowledge request to an inbox.

acked_id
string<uuid> | null
required

The unique identifier for the acknowledged messages.

results
object[]
required

The list of messages acknowledged.