tlsOrganizationResponse
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
id |
tlsOrganizationId | yes | Public TLS organization ID |
organization |
string |
yes | — |
status |
tlsOrganizationStatus | yes | (ready, incomplete) |
usable_for_ordering |
boolean |
yes | — |
provider |
string |
no | — |
provider_status |
string |
no | — |
validation_status |
string |
no | (unknown, pending, validated, expired, revalidation_required) |
validation_type |
string |
no | — |
validated_until |
string |
no | — |
revalidation_required |
boolean |
no | — |
first_name |
string |
yes | — |
last_name |
string |
yes | — |
address |
string |
yes | — |
postal_code |
string |
yes | — |
city |
string |
yes | — |
country_code |
string |
yes | — |
phone |
string |
yes | — |
email |
string |
yes | — |
Example
Section titled “Example”{ "id": "hdl_7K9QW3M2ZT8HJ", "organization": "string", "status": "ready", "usable_for_ordering": true, "provider": "string", "provider_status": "string", "validation_status": "unknown", "validation_type": "string", "validated_until": "string", "revalidation_required": true, "first_name": "string", "last_name": "string", "address": "string", "postal_code": "string", "city": "string", "country_code": "string", "phone": "string", "email": "string"}