INTEGRITY Cloudflare Docs

Get account details

An Account will contain various settings, resources, and subscriptions to products for users. Each Tenant can have multiple associated accounts.

To retrieve a list of accounts associated with a Tenant details, send a GET request to the /tenants/{tenant_id}/accounts endpoint. You can find the Tenant tag and all Tenants associated with the user with the Tenant Details API. The Tenant Accounts API also requires pagination passed as query parameters:

Request
curl "https://api.cloudflare.com/client/v4/tenants/{tenant_id}/accounts?page=1&per_page=10" \
--header "X-Auth-Email: <EMAIL>" \
--header "X-Auth-Key: <API_KEY>"

A successful request will return an HTTP status of 200 and a response body containing account information and feature flags for all accounts managed by the Tenant.