List From Addresses
GET {{baseUrl}}/verified-from-addresses
Retrieve a list of sender email addresses and their verification statuses
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| limit | number | Max number of results to return. | |
| See V3 API Standard Collection Parameters for more information. | |||
| offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
| See V3 API Standard Collection Parameters for more information. | |||
| count | boolean | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. | 
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information. |
| filters | string |  | Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
email: eq, ge, le, sw |
| sorters | string |  | Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: email |
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
| Accept | string | 
RESPONSES
status: OK
[{"id":"esse laborum magna elit officia","email":"sender@example.com","isVerifiedByDomain":false,"verificationStatus":"FAILED"},{"id":"Ut","email":"sender@example.com","isVerifiedByDomain":false,"verificationStatus":"PENDING"}]