---
title: "Query Sales Agent settings"
method: GET
path: "/v2.0/sales-agent/settings"
tags: ["Sales Agents V2"]
---

# Query Sales Agent settings

`GET /v2.0/sales-agent/settings`

Returns the Sales Agent settings configured for the current caller.

## Headers

- `Authorization` string, required

## Response `200`

Settings retrieved successfully.

- SalesAgentSettingResponse — Sales agent setting response
  - `id` integer — AI Assistant ID
  - `assistantName` string — Assistant name
  - `headUrl` string — Assistant avatar URL
  - `virtualNumber` string — Virtual phone number
  - `virtualNumberCountry` string — Virtual number country
  - `callTransferType` string — Call transfer type: Disabled, ToAssignedAgent
  - `fixedNumber` string — Fixed phone number
  - `agentExperience` string — Agent experience description
  - `rentalBusiness` boolean — Whether agent handles rental business
  - `websiteChannel` boolean — Whether website channel is enabled
  - `textChannel` boolean — Whether text channel is enabled
  - `emailChannel` boolean — Whether email channel is enabled
  - `startActiveHour` integer — Active start hour (0-23)
  - `endActiveHour` integer — Active end hour (0-23)
  - `activeDays` integer[] — Active days of week (0=Sun, 6=Sat)
  - `leadTypes` integer[] — Lead types filter
  - `leadSources` integer[] — Lead source IDs filter
  - `leadPipelines` integer[] — Lead pipeline IDs filter
  - `agentIds` integer[] — Agent IDs with access
  - `officeIds` integer[] — Office IDs with access
  - `leadPondIds` integer[] — Lead pond IDs with access
  - `newLeadEnable` boolean — Whether new lead follow-up is enabled
  - `visitorsEnable` boolean — Whether visitor follow-up is enabled
  - `followUpRole` string — Follow up role: AI or Agent
  - `hostedStatus` string — Hosted status

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — Sales Agent not found for the current user.
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/versions/23e640467118/schema)
