Skip to main content
POST
Mark as read / typing

Authorizations

x-api-key
string
header
required

Your Pilot Status API key (ps_...). You may also send Authorization: Bearer ps_... or ?access_token=ps_....

Path Parameters

phoneNumberId
string
required

Meta phone-number id of the number linked to your API key.

Body

application/json
messaging_product
enum<string>
required

Always whatsapp.

Available options:
whatsapp
Example:

"whatsapp"

status
enum<string>
required

read (read receipt).

Available options:
read
Example:

"read"

message_id
string
required

Inbound message id (wamid).

Example:

"wamid.HBgLNTUxMTk5..."

typing_indicator
object

Optional typing indicator.

Response

Meta Graph API response.

success
boolean

Whether the operation succeeded.