GET /accounts/{account_id}/registrar/registrations
Returns a paginated list of domain registrations owned by the account.
This endpoint uses cursor-based pagination. Results are ordered by registration
date by default. To fetch the next page, pass the cursor value from the
result_info object in the response as the cursor query parameter in
your next request. An empty cursor string indicates there are no more
pages.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
String | Yes |
Cloudflare account ID. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
direction |
String | No |
Sort direction for results. Defaults to ascending order. Valid values:
Default value: "asc" |
per_page |
Integer | No |
Number of items to return per page. Default value: 20 |
cursor |
String | No |
Opaque token from a previous response's |
sort_by |
String | No |
Column to sort results by. Defaults to registration date
( Valid values:
Default value: "registry_created_at" |
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.