Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The subscription configuration ID
The phone number in E.164 format (e.g., +33612345678)
Response
OK
The subscription configuration ID.
Examples:
"subcfg_01k8ap1btqf5r9fq2c8ax5fhc9"
The phone number in E.164 format.
Examples:
"+33612345678"
The subscription state:
SUB- Subscribed (user can receive marketing messages)UNSUB- Unsubscribed (user has opted out)
Available options:
SUB, UNSUB How the subscription state was changed:
MO_KEYWORD- User sent a keyword (STOP/START)API- Changed via APICSV_IMPORT- Imported from CSVCARRIER_DISCONNECT- Automatically unsubscribed due to carrier disconnect
Available options:
MO_KEYWORD, API, CSV_IMPORT, CARRIER_DISCONNECT The date and time when the subscription status was last updated.
Examples:
"2024-01-01T12:00:00Z"
Additional context about the state change (e.g., the keyword that was sent).
Examples:
"STOP"