List Accounts
List all accounts you have ownership or verified access to.
Parameters
Parameter | Description |
---|---|
Page | Page number of paginated results. |
Per Page | Maximum 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
Preview this Workflow on desktop