Customer
Assign Customer
Assign customer to an agent or team
POST
/
customer
/
{id}
/
assign
Authorizations
apikey
string
headerrequiredAuthentication is done via apikey
provided for your account
Include the following in your request header
apikey: "your_apikey_here"
Path Parameters
id
string
requiredID of customer
Body
application/json
id
string
id of the customer
assigneeId
string
id of the agent / team
override
boolean
Force assignment. Default is false and will skip assignment if the customer is already assigned
Response
200 - application/json
Customer Assignment Response
status
string
message
string
details
string