POST /accounts

Create an account (only available for tenant admins at this time)

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
name String Yes

Account name

type String Yes

the type of account being created. For self-serve customers, use standard. for enterprise customers, use enterprise.

Possible values:

  • "standard"
  • "enterprise"
unit Object No

information related to the tenant unit, and optionally, an id of the unit to create the account on. see https://developers.cloudflare.com/tenant/how-to/manage-accounts/

unit.id String No

Tenant unit ID

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.