Create a client
POST
https://api.tamio.com/v2/clients/create
Creates a new client account. Clients can be created as either demo (for testing)
or live (for production). Live clients require quota configuration.
Body Parameters
name
string*
Full name of the client/company
email
string*
Primary contact email address for the client
country
string*
Two-letter country code where the client is located
send_email
boolean
Whether to send welcome/setup emails to the client
type
string
Client account type
livedemo
quotas
object
Resource usage limits for the client account (required for live clients)
Responses
200
Client created successfully
Client created successfully
status
integer
client
Client
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
10147– MissingDomain: agency has no validated domain10148– EmailAlreadyExists: email matches an existing account10272– ProfileAlreadyExists: profile already exists with permissions10151– ClientQuotaExceeded: agency has reached client limit
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string