Submit organization for validation
POST https://www.digicert.com/services/v2/organization/{{organization_id}}/validation
Use this endpoint to submit an organization to be validated and add verified contacts who can approve orders for the given product type.
Notice
To get a list of possible user IDs to use for the verified_users
array, use the List approvers endpoint.
Example requests and responses
Request parameters
Notice
When adding an existing contact, use the id
parameter in the request body and omit the first_name
, last_name
, job_title
, telephone
, and email
parameters.
Name | Req/Opt | Type | Description |
---|---|---|---|
validations | required | array | List of validation types the organization will be validated for. |
.. type | required | string | The validation type identifier. Possible values:
See also: Glossary – Validation types. |
.. verified_users | required | array | List of verified contacts for the organization. |
.. .. id | required* | int | ID of the user to add as the verified contact. *Only required if adding an existing user as the verified contact. If included, other contact parameters are ignored. |
.. .. first_name | optional* | string | First name of the verified contact. *Required if the |
.. .. last_name | optional* | string | Last name of the verified contact. *Required if the |
.. .. job_title | optional* | string | Job title of the verified contact. *Required if the |
.. .. telephone | optional* | string | Telephone number of the verified contact. *Required if the |
optional* | string | Email address of the verified contact. *Required if the |