Assign customer to current agent

Assigns the customer with customer_id to the authenticated agent.

Path Parameters
  • customer_id
    Type: integer
    required

    Identifier of the customer.

Responses
  • application/json
  • application/json
  • application/json
Request Example for put/customers/{customer_id}/assign/
curl https://api.landbot.io/v1/customers/1/assign/ \
  --request PUT \
  --header 'Authorization: Token YOUR_AGENT_TOKEN'
{
  "success": true
}