Skip to main content

List container organizations

GET https://www.digicert.com/services/v2/container/{{container_id}}/order/organization

Use this endpoint to list all organizations assigned to a container.

Example requests and responses

Response parameters

Name

Type

Description

organizations

array

List of organizations assigned to the container.

.. id

int

Organization ID.

.. status

string

Organization status.

Possible values: active, inactive

.. name

string

Legal name of the organization.

.. assumed_name

string

Public name of the organization. Also called doing business as (DBA) name.

.. display_name

string

Full name of the organization. Constructed using name + assumed_name.

.. is_active

bool

Active status of the container.

.. address

string

Address of the organization.

.. address2

string

.. zip

string

Postal code of the organization.

.. city

string

City where the organization is located.

.. state

string

State where the organization is located.

.. country

string

Country where the organization is located.

.. telephone

string

Organization telephone number.

.. validations

array

Validation types that the organization can use. See Glossary – Validation types.