Skip to main content

Create Client

Create a new client in your organisation.

Endpoint

POST /clients

Parameters

ParameterTypeDescriptionRequired
namestringThe name of the projectYes

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"
}