List organizations
GET https://www.digicert.com/services/v2/organization
Use this endpoint to list all organizations in your account.
Example requests and responses
Notice
Change the ACCEPT
header to text/csv
to return a CSV output of the results.
Filters and URL query parameters
This endpoint supports filters, sorting, and pagination. For general information and examples of the syntax to use when applying filters and sorting results, see Services API - Filters, sorting, and pagination parameters.
Name | Req/Opt | Type | Description |
---|---|---|---|
include_validation | optional | bool | Specify if validation details for the organization should be returned. Default: |
filters[ | optional | string | Filters results by the specified property. Replace
|
filters[search] | optional | string | Search for an organization with the given ID (exact match), or limit results to organizations with a |
sort | optional | string | Sorts results by the value of one or more properties. By default, sorts results in ascending alphabetical order (0-9, A-Z). To sort in descending alphabetical order (9-0, Z-A), prefix the property name with a minus ( To sort by multiple properties, separate the name of each property with a comma. Sort hierarchy matches the order of properties in this list. This endpoint supports sorting by the following properties:
|
limit | optional | int | Total number of results to include in the response. Max: |
offset | optional | int | Index of the first result to include in the response. Default: |
Response parameters
Name | Type | Description |
---|---|---|
organizations | array | List of organizations returned by the request. |
.. id | int | Organization ID. |
.. status | string | Organization status. Possible values: |
.. name | string | Legal name of the organization. |
.. assumed_name | string | Public name of the organization. Also called DBA name. |
.. display_name | string | Full name of the organization. Constructed using name + assumed_name. |
.. is_active | bool | Active status of the organization. |
.. 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 of the organization. |
.. container | object | Primary container the organization is attached to. |
.. .. id | int | Container ID. |
.. .. parent_id | int | ID of the container's parent. |
.. .. name | string | Name of the container. |
.. .. is_active | bool | Active status of the container. |
.. validations | array | Validation types that the organization can use. Only returned if URL query |
.. ev_approvers | array | List of users that can approve EV and code signing orders. Only returned if URL query |
.. extended validation | object | Extended validation information about the organization. Only returned if URL query |
.. container_id_assignments | array | List of containers the organization is assigned to. |
object | Details about results. Modified using URL query strings. |