List subaccount organizations
GET https://www.digicert.com/services/v2/account/subaccount/{{subaccount_id}}/organization
Use this endpoint to get details about the organizations in a subaccount.
Example requests and responses
Path parameters
Name | Type | Description |
---|---|---|
subaccount_id | int | ID of the subaccount to query. |
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 |
---|---|---|---|
filters[ | optional | string | Filters results by the specified property. Replace
|
filters[search] | optional | string | Limits response to results where the value of the
Examples:
|
sort | optional | string | Sorts results by the value of one or more properties. By default, sorts 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. Maximum: |
offset | optional | int | Index of the first result to include in the response. Default |
Response parameters
Name | Type | Description |
---|---|---|
organizations | array | List of objects with information about each organization. |
.. id | int | Organization ID. |
.. status | string | Organization status. Possible values: |
.. name | string | Organization legal name. |
.. display_name | string | Organization display name. |
.. validations | array | List of objects with details about the validation for the organization. Note: Organizations with no validations do not return a validations array. |
.. .. type | string | Validation type identifier. Possible values: See Glossary – Validation types |
.. .. name | string | Name of the validation type. |
.. .. description | string | Description of the validation type. |
.. .. date_created | string | Date and time the organization was validated. Format: |
.. .. validated_until | string | Date and time the validation expires. Format: |
.. .. status | string | Validation status. Possible values: See Glossary – Organization validation statuses. |
object | Object with pagination details. Modified using URL query strings. |