Skip to main content

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 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

{
	"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
Workflow LibraryPreview this Workflow on desktop