clients
Create a new client
post/v1/clients
Request body
Example request
{
"firstName": "Maya",
"lastName": "Client",
"email": "maya.client@example.org",
"companyName": "Acme Growth",
"permission": "1"
}Response
Client created successfully
{"stackTrail":"paths:/v1/clients:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown","example":{"message":"Client created successfully","payload":null}}
Example response
{
"message": "Client created successfully",
"payload": null
}Changes
No recorded changes to this endpoint across all 1 revision of this API.