v1
latestOpenAPI 3.0.02026-08-04361225.7 KBClients
Create a new client
Creates a new SMB client account
post/api/clients
Request body
Example request
{
"name": "Acme Corporation",
"email": "contact@acme.com",
"lookupKey": "acme-corp"
}Response
Client created successfully
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Acme Corporation",
"createdAt": "2025-01-01T00:00:00.000Z"
}