Get UCL Hard Bounce List
GET https://restapi.actonsoftware.com/ucl/segment/V1/{accountId}/hardbounce
This endpoint will allow you to download the UCL hard bounce list from this account.
Parameters
Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
---|---|---|---|---|---|
authorization | header | false | required | string | Insert your generated access token. (Bearer {access token}) |
accountId | Path | false | required | number | Account ID where query needs to be done |
pageSize | query | false | optional | number (maximum=1000) | Specify the number of elements to fetch. (Default=100) (Maximum=1000) |
pageNumber | query | false | optional | number | Specify the element offset to begin the fetch. (Default=1) |