Validation details
GET https://www.digicert.com/services/v2/organization/{{organization_id}}/validation
Use this endpoint to get validation details for an organization.
Example requests and responses
Response parameters
Name | Type | Description |
---|---|---|
validations | array | List of approved validation types for the organization. |
.. type | string | Validation type identifier. See Glossary – Validation types. |
.. name | string | Name of the validation type. |
.. description | string | Description of the validation type. |
.. date_created | string | Timestamp of when the organization was validated. Format: UTC timezone and ISO 8601 date |
.. validated_until | string | Timestamp of when the validation status will expire. Format: UTC timezone and ISO 8601 date |
.. status | string | Status of the validation. Possible values: See Glossary – Organization validation statuses. |
.. verified_users | array | List of users that have been verified for the particular validation type. |
.. .. id | int | User ID. |
.. .. first_name | string | First name of user. |
.. .. last_name | string | Last name of user. |