v1

latestOpenAPI 3.1.02026-07-2616459400.5 KB
Subaccount APIs

Create Subaccount

Creates a subaccount under your master account. Subaccounts function like regular Email API accounts but are credit-controlled by the master account. By default, subaccounts have "unlimited" credit access from the master. To restrict usage, set credit_type to one_time_credit and allocate credits manually or on a recurring schedule. A confirmation email is sent to the provided address. If no password is set, the confirmation link also serves as a password setup link.

post/subaccounts

Headers

Authorizationstring required

API key for authentication. Navigate to Netcore WhatsApp Dashboard > Settings > API Key.

Request body

usernamestring required

The username for the subaccount. Must be unique under the master account

emailstring required

The email address associated with the subaccount

passwordstring required

The password for the subaccount

credit_type'unlimited' | 'one_time_credit'

The credit allocation type. Can be either unlimited or one_time_credit. Default is one_time_credit

Response

Subaccount created successfully

messagestring
api_keystring