GET /accounts/{account_id}/registrar/extensions/{extension}
Returns metadata and JSON Schema documents describing the expected input structure for registration operations on a specific extension (TLD).
Supports HTTP conditional GET via ETag. Include the ETag value
from a previous response in an If-None-Match header to receive a
304 Not Modified when the data has not changed.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
extension |
String | Yes |
The extension name (e.g., |
account_id |
String | Yes |
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.