GET /zones/{zone_id}/custom_hostnames

List, search, sort, and filter all of your custom hostnames.

Servers

Path parameters

Name Type Required Description
zone_id String Yes

Query parameters

Name Type Required Description
ssl Number No

Valid values:

  • 0
  • 1
ssl_status String No

Valid values:

  • "inactive"
  • "initializing"
  • "initializing_timed_out"
  • "pending_deployment"
  • "pending_deletion"
  • "issuance_timed_out"
  • "pending_issuance"
  • "expired"
  • "staging_deployment"
  • "deployment_timed_out"
  • "deactivating"
  • "pending_cleanup"
  • "active"
  • "deletion_timed_out"
  • "validation_timed_out"
  • "staging_active"
  • "holding_deployment"
  • "deleted"
  • "pending_expiration"
  • "backup_issued"
  • "pending_validation"
hostname String No
hostname_status String No

Valid values:

  • "test_active"
  • "blocked"
  • "pending_blocked"
  • "test_active_apex"
  • "test_pending"
  • "active_redeploying"
  • "pending_deletion"
  • "provisioned"
  • "active"
  • "moved"
  • "test_failed"
  • "pending_provisioned"
  • "test_blocked"
  • "deleted"
  • "pending_migration"
  • "pending"
certificate_authority String No

Valid values:

  • "google"
  • "ssl_com"
  • "lets_encrypt"
id String No
page Number No

Default value: 1

order String No

Valid values:

  • "ssl_status"
  • "ssl"

Default value: "ssl"

direction String No

Valid values:

  • "desc"
  • "asc"
per_page Number No

Default value: 20

hostname.contain String No
wildcard Boolean No
custom_origin_server String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.