Skip to content

List the authenticated customer's own SMS-marketing subscriptions

GET
/rest/v1/customer/me/sms-marketing

Customer-scoped self-service. The customer id is taken from the bearer token and forced onto the listing — a client-supplied customerId filter is ignored, so one customer can never read another's subscriptions. Optionally narrow by providerId (e.g. 1 = Viber). The admin collection endpoint (/rest/customer/customer-sms-marketing) stays backend-only.

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Parameters

Query Parameters

filter[providerId]

Filter by provider ID (e.g. 1 = Viber)

Type
integer

Responses

Successful operation

application/json
JSON
"string"

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI