List User's Subscription Group - Email
GET https://{{instance_url}}/subscription/user/status?external_id={{external_id}}&email=example@braze.com&limit=100&offset=1
Use the endpoint below to list and get the subscription groups of a certain user.
If there are multiple users (multiple external ids) who share the same email address, all users will be returned as a separate user (even if they have the same email address or subscription group).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
external_id | string | (Required) String |
The external_id of the user. Must include at least one and at most 50 external_ids
. |
| email
| string | | (Required) String
The email address of the user. Must include at least one address and at most 50 addresses. |
| limit
| number | | (Optional) Integer
The limit on the maximum number of results returned. Default (and max) limit is 100. |
| offset
| number | | (Optional) Integer
Number of templates to skip before returning rest of the templates that fit the search criteria. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |