WhiteLabel API
Clients

Create Client

This API endpoint (POST) creates a client. If the request succeeds, it returns a Client Object; otherwise, it will return an error. Permissions: clients.create Webhook event: client-created

Body Parameters

name string * The name of the client.



email string * The email of the client.



country string (Country code) * The country of the client.



type string The possible values are demo or live. The default value is demo.