Create Client
Create a new client in your organisation.
Endpoint
POST /clients
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| name | string | The name of the project | Yes |
Response
A successful response will return a 200 OK status code and a JSON object containing the details of the newly created client.
{
"uuid": "473a14ab-7374-468a-8276-485a93896a27",
"name": "My First Client"
}