Subdomain
Cloudflare API docsGet Subdomain
Returns a Workers subdomain for an account.
php
$response = $client->workers()->subdomain()->get('account_id');
Create Subdomain
Creates a Workers subdomain for an account.
php
$response = $client->workers()->subdomain()->create('account_id', 'example-subdomain');
Table of Contents