Get a Salesbot by ID

The method allows to obtain a Salesbot by its ID

Limitations
The method is available for all account users.

"with" Parameters

ParameterDescription
favoriteAdds is_favorite property to the response, which defines if the Salesbot is added to the favorites of the current account user.

Data type header when the request is successful
Content-Type: application/hal+json

Data type header in case of an error
Content-Type: application/problem+json

Response parameters

ParameterData typeDescription
idintSalesbot ID
namestringSalesbot name
is_visual_editorboolDefines the Salesbot editor type. true means the Salesbot is in the visual editor mode, false means the Salesbot is in the text (code) mode.
type_functionalitystringSalesbot functionality type: regular – a basic workflow Salesbot, greeting – welcome message bot, marketing – broadcasting messages, nps – survey.
settingsobjSalesbot settings.
settings[active]boolDefines if the Salesbot is active.
is_favoriteboolGET parameter with is required. Defines if the Salesbot is added to the favorites.
Path Params
integer
required

Salesbot ID

Query Params
string

This parameter accepts a string which may consist of several values separated by commas

Headers
string
enum
Defaults to application/hal+json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/hal+json
text/html
application/problem+json