/
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
get
List personas
post
Create a new persona
get
Get a persona
put
Update a persona
delete
Delete a persona
SmartFAQ
5
Source
10
SourceChannel
5
Webhook
1
Persona
Get a persona
get
/persona/{id}
Path parameters
id
string
required
The ID of the persona to get.
Response
Success
PersonaDto
required
id
string
nullable
agencyId
string
nullable
personaName
string
nullable
description
string
nullable
color
string
nullable
imageUri
string
nullable
voiceStyles
string
nullable
howToRespond
string
nullable
typoPercent
integer
breakupLargeMessagePercent
integer
responseTime
string
nullable
responseDelay
integer
modifiedAt
string
nullable
modifiedBy
string
nullable
aiProviderPreferences
string[]
nullable
folderId
string
nullable
botIds
string[]
nullable
bots
BotPersonaDto[]
nullable
favorited
boolean
default
boolean
Changes