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

KeyDatatypeRequiredDescription
pagenumberSpecifies the requested page index
sizenumberSpecifies the number of elements in a page. Maximum size value allowed is 50.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"emailEncryptionCertificates":[{"email":"plantengineer@mdspcustomer.com"},{"email":"plantengineer@mdspcustomer.com"}],"page":{"size":69765504,"totalElements":-14486329,"totalPages":-36938192,"number":85296991}}