GET /radar/tlds
Retrieves a list of TLDs.
Servers
- https://api.cloudflare.com/client/v4
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
tld |
String | No |
Filters results by top-level domain. Specify a comma-separated list of TLDs. |
limit |
Integer | No |
Limits the number of objects returned in the response. Default value: 5 |
format |
String | No |
Format in which results will be returned. Valid values:
|
tldManager |
String | No |
Filters results by TLD manager. |
tldType |
String | No |
Filters results by TLD type. Valid values:
|
offset |
Integer | No |
Skips the specified number of objects before fetching the results. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.