דלג לתוכן הראשי
GET
/
whatsapp
/
templates
/
unsubscribed
/
{accountId}
Unsubscribed from Specific Account
curl --request GET \
  --url https://{projectID}.texterchat.com/server/api/v2/whatsapp/templates/unsubscribed/{accountId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "title": "Eli Cohen",
    "phone": "+972549431678"
  },
  {
    "phone": "+972534226703"
  },
  {
    "title": "Texter Support",
    "phone": "+972555026806"
  }
]

הרשאות

Authorization
string
header
נדרש

API token generated in Texter: gear icon → Developers → API Tokens. When creating a token, assign it the scopes required by the endpoints you plan to call - each endpoint lists its required scopes.

פרמטרי נתיב

accountId
string
נדרש

The account ID of the channel in Texter. For WhatsApp channels this is the phone number connected to the account (e.g. 972586640430)

פרמטרי שאילתה

limit
string

The maximum number of results to return (1-9999). Defaults to 10000

Pattern: ^[1-9][0-9]{0,3}$
skip
string

The number of results to skip before starting to return records (0-99999)

Pattern: ^[0-9]{1,5}$

תגובה

An array of unsubscribed recipients, sorted by unsubscribe date (ascending). title may be absent when the display name is unknown

phone
string
נדרש

Phone number in international format

title
string

Display name (as shown in WhatsApp or other channels)