| Variable | Type | Description |
|---|---|---|
| segment_id | int|string | The ID of the segment for which to get the users |
| Parameter | Description |
|---|---|
| string | The unique temporary / secure download URL |
"https:\/\/your-unique-download-url.csv" | Code | Message | Description |
|---|---|---|
| 407 | Missing required param segment_id | segment_id param is required |
| 141 | No such segment with ID: %s. | Invalid access to segment_id |
| 141 | Segment %s has been deleted. | Segment has been deleted |
| 701 | Download not allowed for this account | Download not allowed for this account |
{ "err": true, "message": "Missing required param segment_id", "code": 407 }
{ "err": true, "message": "No such segment with ID: 77849.", "code": 141 }
{ "err": true, "message": "Segment 13 has been deleted.", "code": 141 }