/
CL
closebot
/
CloseBot API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Account
3
Agency
5
Billing
13
Bot
18
BotMetric
14
BotSourceVariable
2
BotTemplate
1
BotTesting
8
Hierarchy
5
Lead
11
Library
11
LiveDemo
10
Notification
5
Persona
5
SmartFAQ
5
Source
10
get
List sources
post
Add a source
get
Get a source
delete
Delete a source
get
List HubSpot owners
get
List source calendars
get
List source channels
get
List source fields
get
List source tags
put
Update a source
SourceChannel
5
Webhook
1
Source
Get a source
Retrieves information for a single source.
get
/agency/source/{id}
Path parameters
id
string
required
The source ID
Response
Success
SourceDto
required
agencyId
string
nullable
sourceId
string
nullable
name
string
nullable
category
string
nullable
key
string
nullable
accessToken
string
nullable
address
string
nullable
connected
boolean
autoShutoff
boolean
gracefulGoodbye
boolean
bots
SourceBotDto[]
nullable
accountsWithAccess
string[]
nullable
isAvailabilityContactTimezone
boolean
respondWindows
SourceAvailabilityDto[]
nullable
doNotRespondWindows
SourceDoNotRespondWindowDto[]
nullable
botRespondWindows
BotSourceAvailabilityDto[]
nullable
isBotRespondWindowsQuietHours
boolean
summarizeAttachments
boolean
respondToReactions
boolean
markConversationAsUnread
boolean
webhookCallback
string
nullable
scriptInstalled
boolean
scriptLastSeenAt
string
date-time
nullable
scriptLastSeenDomain
string
nullable
scriptLastSeenEndpoint
string
nullable
scriptDomainAllowList
string[]
nullable
wallet
SourceWalletDto
hubSpotOwnerId
string
nullable
Changes