> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Accounts

List all accounts you have ownership or verified access to.

## Parameters

<div className="integrations-table">
  | Parameter | Description                         |
  | --------- | ----------------------------------- |
  | Page      | Page number of paginated results.   |
  | Per Page  | Maximum number of results per page. |
</div>

## Example Output

```json theme={"dark"}
{
	"result": [
		{
			"id": "<string>",
			"name": "<string>",
			"type": "<string>",
			"settings": {
				"enforce_twofactor": true,
				"api_access_enabled": null,
				"access_approval_expiry": null,
				"use_account_custom_ns_by_default": false,
				"default_nameservers": "<string>",
				"abuse_contact_email": null
			},
			"legacy_flags": {
				"enterprise_zone_quota": {
					"maximum": 9,
					"current": 384,
					"available": 907
				}
			},
			"created_on": "2020-12-16T20:58:00"
		}
	],
	"result_info": {
		"page": 997,
		"per_page": 469,
		"total_pages": 172,
		"count": 188,
		"total_count": 676
	},
	"success": false,
	"errors": [],
	"messages": []
}
```

## Workflow Library Example

[List Accounts with Cloudflare and Send Results Via Email](https://library.blinkops.com/workflows/list-accounts-with-cloudflare-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-accounts-with-cloudflare-and-send-results-via-email/canvas" />
</div>
