Billing
billing
Billing
Profiles
billing.profiles
Methods
Billing Profile Details -> Envelope<{ id, account_type, address, 36 more... }>
get/accounts/{account_id}/billing/profile
Gets the current billing profile for the account.
Security
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
Accepted Permissions (at least one required)
Billing Write Billing Read
Parameters
account_id: string
(maxLength: 32)Identifier
Response fields
result: { id, account_type, address, 36 more... }
success: true
Whether the API call was successful
Request example
200Example