Retrieve the current subscription status for a specific phone number within a subscription configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The subscription configuration ID
The phone number in E.164 format (e.g., +33612345678)
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 disconnectMO_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"