POST /accounts
Create an account (only available for tenant admins at this time)
Servers
- https://api.cloudflare.com/client/v4
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:
|
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.