Organization and technical contact info
GET https://www.digicert.com/services/v2/organization/{{organization_id}}/contact
Use this endpoint to get details about the organization contact and technical contact associated with an organization.
Example requests and responses
Path parameters
| Name | Req/Opt | Type | Description | 
|---|---|---|---|
| organization_id | required | string | Organization ID. | 
Response parameters
| Name | Type | Description | 
|---|---|---|
| organization_contact | object | Object with details about the organization contact. | 
| .. first_name | string | Organization contact first name. | 
| .. last_name | string | Organization contact last name. | 
| string | Organization contact email address. | |
| .. job_title | string | Organization contact job title. Omitted if no job title exists for the contact. | 
| .. telephone | string | Organization contact telephone number. Omitted if no telephone number exists for the contact. | 
| .. telephone_extension | string | Organization contact telephone extension. Omitted if no telephone extension exists for the contact. | 
| .. language_id | string | Organization contact language ID. Possible values: See Glossary – Locale codes. | 
| .. name | string | Organization contact first and last name. | 
| .. contact_type | string | Contact type. | 
| technical_contact | object | Object with details about the technical contact. Omitted if no technical contact is associated with the organization. | 
| .. first_name | string | Technical contact first name. | 
| .. last_name | string | Technical contact last name. | 
| string | Technical contact email address. | |
| .. job_title | string | Technical contact job title. Omitted if no job title exists for the contact. | 
| .. telephone | string | Technical contact telephone number. Omitted if no telephone number exists for the contact. | 
| .. telephone_extension | string | Technical contact telephone extension. Omitted if no telephone extension exists for the contact. | 
| .. language_id | string | Technical contact language ID. Possible values: See Glossary – Locale codes. | 
| .. name | string | Technical contact first and last name. | 
| .. contact_type | string | Contact type. |