Skip to main content
PATCH
/
messages
/
{messageId}
cURL
curl -X PATCH 'https://api.nuntly.com/messages/imsg_01kabn43yqyxn2bx4ve84mczd3' \
  -H 'Authorization: Bearer apk_xxx' \
  -H 'Content-Type: application/json' \
  -d '{}'
{
  "data": {
    "id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://nuntly.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.

Path Parameters

messageId
string
required

Body

application/json
addLabels
string[]

Labels to add to the message.

removeLabels
string[]

Labels to remove from the message.

Response

Successful response.

data
object
required