POST Validate/Certificate
Opens certificate with the supplied password
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Certificate | string |
Required |
|
| Password | string |
Required |
Request Formats
application/xml, text/xml
Sample:
<ValidateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Certificate>sample string 1</Certificate>
<Password>sample string 2</Password>
</ValidateModel>
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Version |
None. |
||
| Content |
None. |
||
| StatusCode |
None. |
||
| ReasonPhrase | string |
None. |
|
| Headers | Collection of |
None. |
|
| RequestMessage |
None. |
||
| IsSuccessStatusCode | boolean |
None. |
Response Formats
application/xml, text/xml
Sample:
<CertificateInfoResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Subject>sample string 1</Subject>
<NotBefore>2026-01-16T04:30:54.4924447+00:00</NotBefore>
<NotAfter>2026-01-16T04:30:54.4924447+00:00</NotAfter>
</CertificateInfoResponse>