Set Visitor's Status
    • Dark
      Light
    • PDF

    Set Visitor's Status

    • Dark
      Light
    • PDF

    Article summary

    Post
    /api/v1/livechat/visitors.status
    Body parameters
    Example 1
    {
      "token": "54fc5544030bcecda0533",
      "status": "busy"
    }
    object
    token
    string Required

    The visitor token.

    status
    string Required

    The visitor status.

    Responses
    200
    Success Example
    {
      "token": "54fc5544030bcecda0533",
      "status": "busy",
      "success": true
    }
    object
    token
    string
    status
    string
    success
    boolean
    400

    Bad Request

    Example 1
    {
      "success": false,
      "error": "Match error: Missing key 'token'"
    }
    Example 2
    {
      "success": false,
      "error": "Match error: Missing key 'status'"
    }
    object
    success
    boolean
    error
    string

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.