List - SenderIdentity
GET {{apiBaseUrl}}/v1/senderIdentities/list?page=1&pageSize=5
This API lists the details of all the existing sender identities under your BoldSign organization account. The sender identity details like name, email address, approval status, approved date, etc., will be displayed.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Page index of the sender identities list. | |
pageSize | number | Size of the page to list the exiting sender identities. |
RESPONSES
status: OK
{"result":[{"name":"Alex Gayle","email":"alexgayle@cubeflakes.com","status":"Pending","createdBy":"60c2c811-xxxx-xxxx-xxxx-80e851b5c0aa","approvedDate":"","notificationSettings":null,"brandId":null,"redirectUrl":null}],"pageDetails":{"pageSize":5,"page":1,"totalRecordsCount":1,"totalPages":1,"sortedColumn":"createdDate","sortDirection":"DESC"}}