DNSZones
List Zones
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Query Parameters
name?|
Zone name
ordering?string|null
limit?Limit
Range
1 <= valueDefault
100offset?Offset
Range
0 <= valueDefault
0Response Body
application/json
curl -X GET "https://example.com/v3/dns/zones"{ "results": [ { "id": 0, "name": "string", "friendly_name": "string", "comment": "string", "type": "PublicManagedZone", "alias_of": "string", "enabled": true, "dnssec": true, "propagated": true, "owner": { "id": 0, "first_name": "string", "last_name": "string", "email": "string", "title": "string" } } ], "count": 0}How is this guide?
Last updated on