Get subscription phone number status
Retrieve the current subscription status for a specific phone number within a subscription configuration.
Documentation Index
Fetch the complete documentation index at: https://docs.prelude.so/llms.txt
Use this file to discover all available pages before exploring further.
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.
"subcfg_01k8ap1btqf5r9fq2c8ax5fhc9"
The phone number in E.164 format.
"+33612345678"
The subscription state:
SUB- Subscribed (user can receive marketing messages)UNSUB- Unsubscribed (user has opted out)
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
MO_KEYWORD, API, CSV_IMPORT, CARRIER_DISCONNECT The date and time when the subscription status was last updated.
"2024-01-01T12:00:00Z"
Additional context about the state change (e.g., the keyword that was sent).
"STOP"