Variable | Type | Description |
---|---|---|
subscriber_id | string|int | The ID of the subscriber for which to get the data |
Parameter | Description |
---|---|
boolean | The profiling_status |
true
Code | Message | Description |
---|---|---|
407 | Missing required param subscriber_id | subscriber_id param is required |
101 | Not allowed for list_id = %s | Invalid access to subscriber list_id |
108 | List %s has been deleted | List ID belongs to a list which has been deleted |
121 | Could not load subscriber | The subscriber was not found |
129 | Not allowed for subscriber with ID: %s | Not allowed for this subscriber |
{ "err": true, "message": "Missing required param subscriber_id", "code": 407 }
{ "err": true, "message": "Not allowed for subscriber with ID: 427001", "code": 129 }