Convert demo client to live
POST
https://api.tamio.com/v2/clients/make-live/{uuid}
Converts a demo client account to a live production account. The client must currently be in demo status and the agency must have available client quota.
Path Parameters
uuid
string*
UUID of the demo client to convert to live
Responses
200
Client converted to live successfully
Client converted to live successfully
status
integer
client
Client
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: client UUID does not exist or belongs to another agency10152– ClientIsNotDemo: client is already a live account10151– ClientQuotaExceeded: agency has reached its live 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