Get a list of email encryption certificates.
GET {{baseUrl}}/emailEncryptionCertificates?page=0&size=10
This endpoint can be used to validate if certificates for all the recipients are available in the system, before sending an encrypted email.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Specifies the requested page index | |
size | number | Specifies the number of elements in a page. Maximum size value allowed is 50. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"emailEncryptionCertificates":[{"email":"plantengineer@mdspcustomer.com"},{"email":"plantengineer@mdspcustomer.com"}],"page":{"size":69765504,"totalElements":-14486329,"totalPages":-36938192,"number":85296991}}