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

Authorizations

Authorization
string
header
required

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

Path Parameters

inboxId
string
required

Body

application/json
name
string | null

The display name of the inbox.

Response

Successful response.

data
object
required