Client Reference
SSL
SSL endpoint reference.
Verification
SSL Verification Details.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
zoneId | string | Yes | Zone Identifier. | |
params | array | No | [] | Query Parameters. |
php
$response = $client->ssl()->verification('ZONE_ID', []);
Edit Verification
Edit SSL Certificate Pack Validation Method.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
zoneId | string | Yes | Zone Identifier. | |
certPackUuid | string | Yes | Certificate Pack UUID. | |
validationMethod | string | Yes | Validation Method selected for the order. Allowed values: `http`, `cname`, `txt`, `email` |
php
$response = $client->ssl()->editVerification('ZONE_ID', 'CERT_PACK_UUID', 'VALIDATION_METHOD');
Universal Settings
Universal SSL Settings Details.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
zoneId | string | Yes | Zone Identifier. |
php
$response = $client->ssl()->universalSettings('ZONE_ID');
Edit Universal Settings
Edit Universal SSL Settings.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
zoneId | string | Yes | Zone Identifier. | |
enabled | bool | Yes | Whether Universal SSL is enabled. |
php
$response = $client->ssl()->editUniversalSettings('ZONE_ID', true);

