Create a client
Creates a new client object. Any parameters not provided will be left unset. This endpoint returns the created client object if the call succeeded.
Endpoint
POSThttps://api.saunaspa.rw/v1/clients
data_objectBody Parameters
emailstringThe client's email address. Must be a valid email format and unique across all clients in your organization.
namestringThe client's full name or branch name.
phonestringThe client's phone number. Useful for SMS notifications regarding bookings.
metadataobjectSet of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
infoUp to 50 keys, with key names up to 40 characters long and values up to 500 characters long.
REQUEST
RESPONSE
200 OK