Skip to main content

List Accounts

List all accounts you have ownership or verified access to.

Parameters

ParameterDescription
PagePage number of paginated results.
Per PageMaximum number of results per page.

Example Output

{
"errors": [],
"messages": [],
"result": [
{}
],
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
},
"success": true
}

Workflow Library Example

List Accounts with Cloudflare and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop