# Confirm message receipt

Confirms receipt of specified messages.
This confirmation is required before receiving new messages from the POST /messages/latest endpoint.

Endpoint: POST /messages/latest/confirm
Version: 3.1
Security: BearerAuth

## Header parameters:

  - `X-Affiliate-Id` (integer, required)
    Include here your Affiliate identifier number

## Request fields (application/json):

  - `messages` (array)
    Example: ["8586a789-44f4-5521-9f27-f5efd097cba"]


