Quriobot API

Core Quriobot API based on OpenAPI 2.0.
Learn more here.
More information: http://quriobot.com
Contact Info: tech@quriobot.com
Version: 0.0.1
BasePath:
Terms & Conditions
https://quriobot.com/terms

Access

  1. APIKey KeyParamName:Authorization KeyInQuery:false KeyInHeader:true
  2. APIKey KeyParamName:Authorization KeyInQuery:false KeyInHeader:true

Methods

[ Jump to Models ]

Table of Contents

BackofficeAgent

BackofficeAgentGroup

BackofficeAuth

BackofficeAutocomplete

BackofficeBot

BackofficeBotChannel

BackofficeBotTemplate

BackofficeBouser

BackofficeCampaign

BackofficeContact

BackofficeDownload

BackofficeIntegration

BackofficeInvite

BackofficeKnowledgeBase

BackofficeLiveChat

BackofficeLiveChatCannedResponse

BackofficeLock

BackofficeOauthRegistration

BackofficeOrganisation

BackofficeOrganisationReferral

BackofficePassword

BackofficePayment

BackofficeRegistration

BackofficeSubscriber

BackofficeSubscriberGroup

BackofficeSubscriptionBill

BackofficeSubscriptionInvoice

BackofficeSubscriptionInvoiceBill

BackofficeSubscriptionOrder

BackofficeSubscriptionPlan

BackofficeSubscriptionVoucher

BackofficeSubscriptionVoucherGroup

BackofficeVersion

Configuration

FrontendBot

FrontendChat

FrontendKnowledgeBase

FrontendLiveChat

FrontendMail

Health

QuriobotResponses

QuriobotSes

WebsiteTerms

BackofficeAgent

Up
post /0.0.1/backoffice/agents
create backoffice_agent (backofficeAgentCreate)
Create agent

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload AgentPayload (required)
Body Parameter — Agent payload

Request headers

Return type

Agent

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Agent

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/agents/{id}
delete backoffice_agent (backofficeAgentDelete)

Path parameters

id (required)
Path Parameter — Agent ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/agents/list
list backoffice_agent (backofficeAgentList)
Retrieve all agents.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload AgentCollectionPayload (required)
Body Parameter — Agent collection payload

Request headers

Return type

Agent_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Agent_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/agents/{id}
show backoffice_agent (backofficeAgentShow)
Get agent

Path parameters

id (required)
Path Parameter — Agent ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Agent

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Agent

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/agents/{id}
update backoffice_agent (backofficeAgentUpdate)
Change agent

Path parameters

id (required)
Path Parameter — Agent ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload AgentPayload (required)
Body Parameter — Agent payload

Request headers

Return type

Agent

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Agent

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeAgentGroup

Up
post /0.0.1/backoffice/agent_groups
create backoffice_agent_group (backofficeAgentGroupCreate)
Create agent group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload AgentGroupPayload (required)
Body Parameter — Agent group payload

Request headers

Return type

Agent_group

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Agent_group

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/agent_groups/{id}/members
create_member backoffice_agent_group (backofficeAgentGroupCreateMember)
Create agent group member

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload AgentGroupMemberPayload (required)
Body Parameter — Agent group member payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/agent_groups/{id}
delete backoffice_agent_group (backofficeAgentGroupDelete)

Path parameters

id (required)
Path Parameter — Agent group ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/agent_groups/{id}/members
delete_member backoffice_agent_group (backofficeAgentGroupDeleteMember)
Delete agent group members

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload AgentGroupMemberPayload (required)
Body Parameter — Agent group member payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/agent_groups/list
list backoffice_agent_group (backofficeAgentGroupList)
Retrieve all agents.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload AgentGroupCollectionPayload (required)
Body Parameter — Agent group collection payload

Request headers

Return type

Agent_group_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Agent_group_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/agent_groups/{id}
show backoffice_agent_group (backofficeAgentGroupShow)
Get agent group

Path parameters

id (required)
Path Parameter — Agent group ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Agent_group

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Agent_group

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/agent_groups/{id}
update backoffice_agent_group (backofficeAgentGroupUpdate)
Change agent group

Path parameters

id (required)
Path Parameter — Agent group ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload AgentGroupPayload (required)
Body Parameter — Agent group payload

Request headers

Return type

Agent_group

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Agent_group

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeAuth

Up
post /0.0.1/backoffice/auth/confirm_password_reset
confirm_password_reset backoffice_auth (backofficeAuthConfirmPasswordReset)
Confirm a password reset.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice user password reset confirmation payload

Request headers

Return type

Authorized

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Authorized

400

Bad Request error

Up
post /0.0.1/backoffice/auth/extend
extend backoffice_auth (backofficeAuthExtend)
Backoffice extend auth token

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Authorized

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Authorized

400

Bad Request error

401

Unauthorized

Up
post /0.0.1/backoffice/login
login backoffice_auth (backofficeAuthLogin)
Backoffice login

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LoginBackofficeAuthPayload (required)
Body Parameter

Request headers

Return type

Authorized

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Authorized

400

Bad Request error

401

Unauthorized

Up
get /0.0.1/backoffice/login_oauth_callback/{provider}
login_oauth_callback backoffice_auth (backofficeAuthLoginOauthCallback)
Backoffice login oauth callback

Path parameters

provider (required)
Path Parameter — OAauth provider name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

302

Redirect

400

Bad Request error

401

Unauthorized

Up
post /0.0.1/backoffice/login_oauth_callback/confirm
login_oauth_confirm backoffice_auth (backofficeAuthLoginOauthConfirm)
Confirm backoffice oauth user registration

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A login oauth callback confirm payload

Request headers

Return type

Authorized

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Authorized

400

Bad Request error

Up
get /0.0.1/backoffice/login_oauth_request/{provider}/{recaptcha_response}
login_oauth_request backoffice_auth (backofficeAuthLoginOauthRequest)
Backoffice login oauth request

Path parameters

provider (required)
Path Parameter — OAauth provider name
recaptcha_response (required)
Path Parameter — Recaptcha response

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LoginOauthPayload (optional)
Body Parameter — A backoffice oauth login payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

302

Redirect

400

Bad Request error

401

Unauthorized

Up
post /0.0.1/backoffice/login_token
login_token backoffice_auth (backofficeAuthLoginToken)
Backoffice login by token

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Request headers

Return type

Authorized

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Authorized

400

Bad Request error

401

Unauthorized

Up
post /0.0.1/backoffice/logout
logout backoffice_auth (backofficeAuthLogout)
Backoffice logout

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

401

Unauthorized

Up
get /0.0.1/backoffice/recaptcha
recaptcha backoffice_auth (backofficeAuthRecaptcha)
Recaptcha for login

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Recaptcha

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Recaptcha

Up
post /0.0.1/backoffice/auth/request_password_reset
request_password_reset backoffice_auth (backofficeAuthRequestPasswordReset)
Request a password reset.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice user password reset request payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

BackofficeAutocomplete

Up
post /0.0.1/backoffice/autocomplete/{name}
list backoffice_autocomplete (backofficeAutocompleteList)
List autocomplete items

Path parameters

name (required)
Path Parameter — Autocomplete entity name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Auto complete item collection payload

Request headers

Query parameters

variant (optional)
Query Parameter — Autocomplete entity variant

Return type

Autocomplete_item_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Autocomplete_item_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/autocomplete/{name}/{variant}
list backoffice_autocomplete (backofficeAutocompleteList1)
List autocomplete items

Path parameters

name (required)
Path Parameter — Autocomplete entity name
variant (required)
Path Parameter — Autocomplete entity variant

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Auto complete item collection payload

Request headers

Return type

Autocomplete_item_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Autocomplete_item_collection

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeBot

Up
get /0.0.1/backoffice/bots/{id}/channels/{channelID}/configure
configure_channel backoffice_bot (backofficeBotConfigureChannel)
Configure bot channel.

Path parameters

channelID (required)
Path Parameter — Bot channel ID
id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bot_channel_config

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_channel_config

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bots
create backoffice_bot (backofficeBotCreate)
Create new bot

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotCreatePayload (required)
Body Parameter — Bot create payload

Request headers

Return type

Bot

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Bot

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/batch_updates
create_batch_update backoffice_bot (backofficeBotCreateBatchUpdate)
Create bot batch update.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotBatchUpdatePayload (required)
Body Parameter — Bot batch update payload

Request headers

Return type

Bot_batch_update

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Bot_batch_update

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bots/{id}/channels
create_channel backoffice_bot (backofficeBotCreateChannel)
Create bot channel.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotChannelPayload (required)
Body Parameter

Request headers

Return type

Bot_channel

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Bot_channel

400

Bad Request error

403

Forbidden

Up
delete /0.0.1/backoffice/bots/{id}
delete backoffice_bot (backofficeBotDelete)

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/bots/batch_updates
delete_batch_update backoffice_bot (backofficeBotDeleteBatchUpdate)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Bot batch update collection payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/bots/{id}/channels/{channelID}
delete_channel backoffice_bot (backofficeBotDeleteChannel)
Delete bot channel.

Path parameters

channelID (required)
Path Parameter — Bot channel ID
id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/bots/{id}/reporting_token
delete_reporting_token backoffice_bot (backofficeBotDeleteReportingToken)

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

BotReporting

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BotReporting

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/bots/responses
delete_responses backoffice_bot (backofficeBotDeleteResponses)
Delete bot responses.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotResponseDeletePayload (required)
Body Parameter — Bot response delete payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/reports/feedback/download
download_feedback_report backoffice_bot (backofficeBotDownloadFeedbackReport)
Download bot feedback report.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotFeedbackReportPayload (required)
Body Parameter — Bot feedback report payload

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/list/download
download_list backoffice_bot (backofficeBotDownloadList)
Download bot list.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotCollectionPayload (required)
Body Parameter — Bot collection payload

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

429

Too many requests error

Up
post /0.0.1/backoffice/bots/responses/download
download_responses backoffice_bot (backofficeBotDownloadResponses)
Retrieve bot responses.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotResponseCollectionPayload (required)
Body Parameter — Bot response collection payload

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/bots/{id}/export/{format}
export backoffice_bot (backofficeBotExport)
Export the bot with given id.

Path parameters

format (required)
Path Parameter — Format
id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bots/{id}/reporting_token
generate_reporting_token backoffice_bot (backofficeBotGenerateReportingToken)

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotReportingTokenPayload (required)
Body Parameter — Bot reporting token payload

Request headers

Return type

BotReporting

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BotReporting

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bots/{id}/reporting_token/get
get_reporting_token backoffice_bot (backofficeBotGetReportingToken)

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotReportingTokenPayload (required)
Body Parameter — Bot reporting token payload

Request headers

Return type

BotReporting

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BotReporting

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bots/{id}/channels/{channelID}/launch
launch_channel backoffice_bot (backofficeBotLaunchChannel)
Launch bot channel.

Path parameters

channelID (required)
Path Parameter — Bot channel ID
id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bot_channel

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_channel

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bots/list
list backoffice_bot (backofficeBotList)
Retrieve all questionnaires.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotCollectionPayload (required)
Body Parameter — Bot collection payload

Request headers

Return type

Bot_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/batch_updates/list
list_batch_update backoffice_bot (backofficeBotListBatchUpdate)
Retrieve bot batch updates.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Bot batch update collection payload

Request headers

Return type

Bot_batch_update_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_batch_update_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/channels/list
list_channel backoffice_bot (backofficeBotListChannel)
Retrieve bot channels.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotChannelCollectionPayload (required)
Body Parameter — Bot channel collection payload

Request headers

Return type

Bot_channel_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_channel_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/batch_updates/{id}/prepare
prepare_batch_update backoffice_bot (backofficeBotPrepareBatchUpdate)
Prepare bot batch update.

Path parameters

id (required)
Path Parameter — Bot batch update ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bot_batch_update

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_batch_update

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bots/preview
preview backoffice_bot (backofficeBotPreview)
Bot preview.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotPreviewPayload (required)
Body Parameter — Bot preview payload

Request headers

Return type

BotPreview

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK BotPreview

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/bots/{id}/channels/{channelID}/preview
preview_channel backoffice_bot (backofficeBotPreviewChannel)
Preview bot channel.

Path parameters

channelID (required)
Path Parameter — Bot channel ID
id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bot_channel_preview

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_channel_preview

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bots/batch_updates/{id}/process
process_batch_update backoffice_bot (backofficeBotProcessBatchUpdate)
Process bot batch update.

Path parameters

id (required)
Path Parameter — Bot batch update ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bots/{id}/reindex
reindex backoffice_bot (backofficeBotReindex)

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/bots/{id}
show backoffice_bot (backofficeBotShow)
Retrieve questionnaire with given id.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bot

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/bots/batch_updates/{id}
show_batch_update backoffice_bot (backofficeBotShowBatchUpdate)
Show bot batch update.

Path parameters

id (required)
Path Parameter — Bot batch update ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bot_batch_update

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_batch_update

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/bots/{id}/channels/{channelID}
show_channel backoffice_bot (backofficeBotShowChannel)
Show bot channel.

Path parameters

channelID (required)
Path Parameter — Bot channel ID
id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bot_channel

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_channel

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/bots/list/download/{downloadID}
show_download_list backoffice_bot (backofficeBotShowDownloadList)
Retrieve bot list download.

Path parameters

downloadID (required)
Path Parameter — Download ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/bots/responses/download/{downloadID}
show_download_responses backoffice_bot (backofficeBotShowDownloadResponses)
Retrieve bot responses download.

Path parameters

downloadID (required)
Path Parameter — Download ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bots/{id}/reports/dropoff
show_dropoff_report backoffice_bot (backofficeBotShowDropoffReport)
Retrieve bot drop off report.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotDropOffReportPayload (required)
Body Parameter — Bot drop off report payload

Request headers

Return type

Bot_drop_off_report

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_drop_off_report

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/reports/feedback
show_feedback_report backoffice_bot (backofficeBotShowFeedbackReport)
Retrieve bot feedback report.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotFeedbackReportPayload (required)
Body Parameter — Bot feedback report payload

Request headers

Return type

Bot_feedback_report

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_feedback_report

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/reports/funnel
show_funnel_report backoffice_bot (backofficeBotShowFunnelReport)
Retrieve bot funnel report.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotFunnelReportPayload (required)
Body Parameter — Bot funnel report payload

Request headers

Return type

Bot_funnel_report

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_funnel_report

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/reports/interactive
show_interactive_report backoffice_bot (backofficeBotShowInteractiveReport)
Retrieve bot interactive report.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotInteractiveReportPayload (required)
Body Parameter — Bot interactive report payload

Request headers

Return type

Bot_interactive_report

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_interactive_report

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/reports/location
show_location_report backoffice_bot (backofficeBotShowLocationReport)
Retrieve bot location report.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotLocationReportPayload (required)
Body Parameter — Bot location report payload

Request headers

Return type

Bot_location_report

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_location_report

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/reports/monitoring
show_monitoring_report backoffice_bot (backofficeBotShowMonitoringReport)
Retrieve bot monitoring report.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotMonitoringReportPayload (required)
Body Parameter — Bot monitoring report payload

Request headers

Return type

Bot_monitoring_report

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_monitoring_report

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/reports/progress
show_progress_report backoffice_bot (backofficeBotShowProgressReport)
Retrieve bot progress over time report.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotProgressReportPayload (required)
Body Parameter — Bot progress report payload

Request headers

Return type

Bot_progress_report

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_progress_report

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/bots/{id}/responses/{responseID}
show_response backoffice_bot (backofficeBotShowResponse)
Retrieve bot response.

Path parameters

id (required)
Path Parameter — Bot ID
responseID (required)
Path Parameter — Response ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bot_response

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_response

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/response_actions/{responseActionID}/log_items/list
show_response_action_log_items backoffice_bot (backofficeBotShowResponseActionLogItems)
Retrieve bot response actions log items.

Path parameters

id (required)
Path Parameter — Bot ID
responseActionID (required)
Path Parameter — Response action ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Bot response actions log item collection payload

Request headers

Return type

Bot_response_action_log_item_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_response_action_log_item_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/responses/list
show_responses backoffice_bot (backofficeBotShowResponses)
Retrieve bot responses.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotResponseCollectionPayload (required)
Body Parameter — Bot response collection payload

Request headers

Return type

Bot_response_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_response_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/reports/stats
show_stats backoffice_bot (backofficeBotShowStats)
Retrieve bot stats.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotStatsReportPayload (optional)
Body Parameter — Bot stats report payload

Request headers

Return type

Bot_stats

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_stats

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/variables/{variableID}/log_items/list
show_variable_log_items backoffice_bot (backofficeBotShowVariableLogItems)
Retrieve bot variable log items.

Path parameters

id (required)
Path Parameter — Bot ID
variableID (required)
Path Parameter — Variable ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Bot variable log item collection payload

Request headers

Return type

Bot_variable_log_item_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_variable_log_item_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bots/{id}/transfer
transfer backoffice_bot (backofficeBotTransfer)
Transfer the bot

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotTransferPayload (required)
Body Parameter — Bot transfer payload

Request headers

Return type

Bot

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bots/{id}/channels/{channelID}/unlaunch
unlaunch_channel backoffice_bot (backofficeBotUnlaunchChannel)
Unlaunch bot channel.

Path parameters

channelID (required)
Path Parameter — Bot channel ID
id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bot_channel

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_channel

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/bots/{id}
update backoffice_bot (backofficeBotUpdate)
Change bot

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotUpdatePayload (required)
Body Parameter — Bot update payload

Request headers

Return type

Bot

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/bots/batch_updates/{id}
update_batch_update backoffice_bot (backofficeBotUpdateBatchUpdate)
Update bot batch update.

Path parameters

id (required)
Path Parameter — Bot batch update ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotBatchUpdatePayload (required)
Body Parameter — Bot batch update payload

Request headers

Return type

Bot_batch_update

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_batch_update

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/bots/{id}/channels/{channelID}
update_channel backoffice_bot (backofficeBotUpdateChannel)
Update bot channel.

Path parameters

channelID (required)
Path Parameter — Bot channel ID
id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotChannelPayload (required)
Body Parameter

Request headers

Return type

Bot_channel

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_channel

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeBotChannel

Up
get /0.0.1/backoffice/bot_channels/oauth_callback/{type}
authorize_channel backoffice_bot_channel (backofficeBotChannelAuthorizeChannel)
Authorize bot channel.

Path parameters

type (required)
Path Parameter — Channel type

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

302

Redirect

400

Bad Request error

403

Forbidden

BackofficeBotTemplate

Up
post /0.0.1/backoffice/bot_templates/list
list backoffice_bot_template (backofficeBotTemplateList)
Retrieve all bot templates.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotTemplateCollectionPayload (required)
Body Parameter — Bot template collection payload

Request headers

Return type

Bot_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/bot_templates/{id}
show backoffice_bot_template (backofficeBotTemplateShow)
Retrieve bot template with given id.

Path parameters

id (required)
Path Parameter — Bot ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bot

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeBouser

Up
post /0.0.1/backoffice/bousers/{id}/push_subscriptions/{subscription_id}/confirm
confirm_push_subscription backoffice_bouser (backofficeBouserConfirmPushSubscription)
Confirm backoffice user push subscription

Path parameters

id (required)
Path Parameter — Backoffice user ID
subscription_id (required)
Path Parameter — Backoffice user push subscription ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Backoffice user push subscription payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bousers/username_changes/confirm
confirm_username_change backoffice_bouser (backofficeBouserConfirmUsernameChange)
Confirm an username change.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice username change confirmation payload

Request headers

Return type

Authorized

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Authorized

400

Bad Request error

Up
post /0.0.1/backoffice/bousers
create backoffice_bouser (backofficeBouserCreate)
Create new backoffice user

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BoUserCreatePayload (required)
Body Parameter — A backoffice user payload

Request headers

Return type

Bo_user

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Bo_user

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bousers/{id}/api_keys
create_api_key backoffice_bouser (backofficeBouserCreateApiKey)
Create new backoffice user API key

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BoUserAPIKeyPayload (required)
Body Parameter — Backoffice user API key payload

Request headers

Return type

Bo_user_api_key

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Bo_user_api_key

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bousers/{id}/push_subscriptions/expo
create_expo_push_subscription backoffice_bouser (backofficeBouserCreateExpoPushSubscription)
Create new backoffice user expo push subscription

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Backoffice user expo push subscription payload

Request headers

Return type

Bo_user_push_subscription

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Bo_user_push_subscription

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bousers/{id}/push_subscriptions
create_push_subscription backoffice_bouser (backofficeBouserCreatePushSubscription)
Create new backoffice user push subscription

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bo_user_push_subscription

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Bo_user_push_subscription

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/bousers/{id}
delete backoffice_bouser (backofficeBouserDelete)

Path parameters

id (required)
Path Parameter — Backoffice user ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/bousers/{id}/api_keys/{api_key_id}
delete_api_key backoffice_bouser (backofficeBouserDeleteApiKey)

Path parameters

api_key_id (required)
Path Parameter — Backoffice user API key ID
id (required)
Path Parameter — Backoffice user ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bo_user

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/bousers/{id}/oauth/{oauth_id}
delete_oauth backoffice_bouser (backofficeBouserDeleteOauth)

Path parameters

id (required)
Path Parameter — Backoffice user ID
oauth_id (required)
Path Parameter — Backoffice user oauth authorization ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bo_user

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/bousers/{id}/push_subscriptions/{subscription_id}
delete_push_subscription backoffice_bouser (backofficeBouserDeletePushSubscription)

Path parameters

id (required)
Path Parameter — Backoffice user ID
subscription_id (required)
Path Parameter — Backoffice user push subscription ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bousers/list
list backoffice_bouser (backofficeBouserList)
Retrieve all backoffice users.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BoUserCollectionPayload (required)
Body Parameter — User collection payload

Request headers

Return type

Bo_user_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/bousers/{id}/api_keys/list
list_api_key backoffice_bouser (backofficeBouserListApiKey)
Retrieve backoffice user API keys.

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice user API key reference collection payload

Request headers

Return type

Bo_userapi_key_reference_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_userapi_key_reference_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bousers/{id}/membership
list_membership backoffice_bouser (backofficeBouserListMembership)
List membership

Path parameters

id (required)
Path Parameter — Backoffice user ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice organisation membership collection payload

Request headers

Return type

Organisation_membership_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Organisation_membership_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bousers/{id}/push_subscriptions/list
list_push_subscription backoffice_bouser (backofficeBouserListPushSubscription)
Retrieve backoffice user push subscriotions.

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice user push subscription collection payload

Request headers

Return type

Bo_user_push_subscription_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user_push_subscription_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/bousers/me
me backoffice_bouser (backofficeBouserMe)
Retrieve current backoffice user.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bo_user

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/bousers/{id}/username_changes
request_username_change backoffice_bouser (backofficeBouserRequestUsernameChange)
Request a user name change.

Path parameters

id (required)
Path Parameter — Backoffice user ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice username change request payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/bousers/{id}
show backoffice_bouser (backofficeBouserShow)
Retrieve backoffice user with given id.

Path parameters

id (required)
Path Parameter — Backoffice user ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Bo_user

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/bousers/{id}/member_settings
show_member_settings backoffice_bouser (backofficeBouserShowMemberSettings)
Get backoffice user member settings

Path parameters

id (required)
Path Parameter — Backoffice user ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Organisation_member_settings

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Organisation_member_settings

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/bousers/username_changes/{code}
show_username_change backoffice_bouser (backofficeBouserShowUsernameChange)
Retrieve backoffice user invite with given code.

Path parameters

code (required)
Path Parameter — Backoffice user username change code

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

id (optional)
Query Parameter — Backoffice user ID

Return type

Bo_user_username_change

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user_username_change

400

Bad Request error

404

Not Found

Up
patch /0.0.1/backoffice/bousers/{id}
update backoffice_bouser (backofficeBouserUpdate)
Change backoffice user

Path parameters

id (required)
Path Parameter — Backoffice user ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BoUserUpdatePayload (required)
Body Parameter — A backoffice user payload

Request headers

Return type

Bo_user

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/bousers/{id}/member_settings
update_member_settings backoffice_bouser (backofficeBouserUpdateMemberSettings)
Update backoffice user member settings

Path parameters

id (required)
Path Parameter — Backoffice user ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Backoffice user member settings payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/bousers/{id}/push_subscriptions/{subscription_id}
update_push_subscription backoffice_bouser (backofficeBouserUpdatePushSubscription)
Update backoffice user push subscription

Path parameters

id (required)
Path Parameter — Backoffice user ID
subscription_id (required)
Path Parameter — Backoffice user push subscription ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Backoffice user push subscription payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeCampaign

Up
post /0.0.1/backoffice/campaigns
create backoffice_campaign (backofficeCampaignCreate)
Create campaign

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload CampaignPayload (required)
Body Parameter — Campaign payload

Request headers

Return type

Campaign

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Created Campaign

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/campaigns
delete backoffice_campaign (backofficeCampaignDelete)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload CampaignDeletePayload (required)
Body Parameter — Campaign delete payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/campaigns/list
list backoffice_campaign (backofficeCampaignList)
Retrieve all campaigns.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload CampaignCollectionPayload (required)
Body Parameter — Campaign collection payload

Request headers

Return type

Campaign_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Campaign_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/campaigns/{id}/automation_rule_action_log_items/list
list_automation_rule_action_log_items backoffice_campaign (backofficeCampaignListAutomationRuleActionLogItems)
Retrieve campaign automation rule action log items.

Path parameters

id (required)
Path Parameter — Campaign ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Campaign automation rule action log item collection payload

Return type

Campaign_automation_rule_action_log_item_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Campaign_automation_rule_action_log_item_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/campaigns/{id}/send
send backoffice_campaign (backofficeCampaignSend)
Send campaign

Path parameters

id (required)
Path Parameter — Campaign ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload CampaignSendPayload (required)
Body Parameter — Campaign send payload

Request headers

Return type

Campaign

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Campaign

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/campaigns/{id}
show backoffice_campaign (backofficeCampaignShow)
Get campaign

Path parameters

id (required)
Path Parameter — Campaign ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Campaign

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Campaign

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/campaigns/{id}/unsend
unsend backoffice_campaign (backofficeCampaignUnsend)
Unsend campaign

Path parameters

id (required)
Path Parameter — Campaign ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Campaign

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Campaign

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/campaigns/{id}
update backoffice_campaign (backofficeCampaignUpdate)
Change campaign

Path parameters

id (required)
Path Parameter — Campaign ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload CampaignPayload (required)
Body Parameter — Campaign payload

Request headers

Return type

Campaign

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Campaign

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeContact

Up
post /0.0.1/backoffice/contacts
create backoffice_contact (backofficeContactCreate)
Create contact

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload ChatContactPayload (required)
Body Parameter — Chat contact payload

Request headers

Return type

Chat_contact

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Chat_contact

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/contacts
delete backoffice_contact (backofficeContactDelete)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload ChatContactDeletePayload (required)
Body Parameter — Chat contact delete payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/contacts/download
download backoffice_contact (backofficeContactDownload)
Download contacts.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload ChatContactCollectionPayload (required)
Body Parameter — Chat contact collection payload

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/contacts/list
list backoffice_contact (backofficeContactList)
Retrieve all contacts.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload ChatContactCollectionPayload (required)
Body Parameter — Chat contact collection payload

Request headers

Return type

Chat_contact_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Chat_contact_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/contacts/{id}
show backoffice_contact (backofficeContactShow)
Get contact

Path parameters

id (required)
Path Parameter — Contact ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Chat_contact

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Chat_contact

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/contacts/download/{downloadID}
show_download backoffice_contact (backofficeContactShowDownload)
Retrieve contacts download.

Path parameters

downloadID (required)
Path Parameter — Download ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/contacts/{id}
update backoffice_contact (backofficeContactUpdate)
Change contact

Path parameters

id (required)
Path Parameter — Contact ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload ChatContactPayload (required)
Body Parameter — Chat contact payload

Request headers

Return type

Chat_contact

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Chat_contact

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeDownload

Up
delete /0.0.1/backoffice/downloads
delete backoffice_download (backofficeDownloadDelete)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload DownloadDeletePayload (required)
Body Parameter — Download delete payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/downloads/list
list backoffice_download (backofficeDownloadList)
Retrieve all downloads.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload DownloadCollectionPayload (required)
Body Parameter — Download collection payload

Request headers

Return type

Download_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/downloads/{id}
show backoffice_download (backofficeDownloadShow)
Retrieve download.

Path parameters

id (required)
Path Parameter — Download ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeIntegration

Up
get /0.0.1/backoffice/integrations/{type}/oauth_callback
authorize backoffice_integration (backofficeIntegrationAuthorize)
Authorize integration.

Path parameters

type (required)
Path Parameter — Integration type

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

302

Redirect

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/integrations/{type}/{id}/configure
configure backoffice_integration (backofficeIntegrationConfigure)
Configure integration.

Path parameters

id (required)
Path Parameter — Integration ID
type (required)
Path Parameter — Integration type

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Integration_config

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Integration_config

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/integrations/{type}/configure_view
configure_view backoffice_integration (backofficeIntegrationConfigureView)
Integration configure view.

Path parameters

type (required)
Path Parameter — Integration type

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/integrations/{type}
create backoffice_integration (backofficeIntegrationCreate)
Create integration

Path parameters

type (required)
Path Parameter — Integration type

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload IntegrationCreatePayload (required)
Body Parameter — Integration payload

Request headers

Return type

Integration

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Created Integration

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/integrations/{type}/{id}
delete backoffice_integration (backofficeIntegrationDelete)

Path parameters

id (required)
Path Parameter — Integration ID
type (required)
Path Parameter — Integration type

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/integrations/list
list backoffice_integration (backofficeIntegrationList)
Retrieve all integrations.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload IntegrationCollectionPayload (required)
Body Parameter — Integration collection payload

Request headers

Return type

Integration_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Integration_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/integrations/types
list_type backoffice_integration (backofficeIntegrationListType)
Retrieve all integration types.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Integration type collection payload

Request headers

Return type

Integration_type_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Integration_type_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/integrations/{type}/{id}
show backoffice_integration (backofficeIntegrationShow)
Get integration

Path parameters

id (required)
Path Parameter — Integration ID
type (required)
Path Parameter — Integration type

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Integration

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Integration

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/integrations/open_ai/{id}/automation_rule_action_log_items/list
show_open_ai_automation_rule_action_log_items backoffice_integration (backofficeIntegrationShowOpenAiAutomationRuleActionLogItems)
Retrieve integration automation rule action log items.

Path parameters

id (required)
Path Parameter — Integration ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — OpenAI integration automation rule action log item collection payload

Request headers

Return type

Open_ai_integration_automation_rule_action_log_item_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Open_ai_integration_automation_rule_action_log_item_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/integrations/{type}/{id}
update backoffice_integration (backofficeIntegrationUpdate)
Change integration

Path parameters

id (required)
Path Parameter — Integration ID
type (required)
Path Parameter — Integration type

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload IntegrationUpdatePayload (required)
Body Parameter — Integration update payload

Request headers

Return type

Integration

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Integration

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeInvite

Up
post /0.0.1/backoffice/invites/accept
accept backoffice_invite (backofficeInviteAccept)
Confirm backoffice user invitation

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BoUserInviteAcceptPayload (required)
Body Parameter — A backoffice user invite accept payload

Request headers

Return type

Bo_user

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user

400

Bad Request error

Up
post /0.0.1/backoffice/invites
create backoffice_invite (backofficeInviteCreate)
Create new backoffice invite

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BoUserInviteCreatePayload (required)
Body Parameter — Invite create payload

Request headers

Return type

Bo_user_invite

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Bo_user_invite

400

Bad Request error

403

Forbidden

Up
delete /0.0.1/backoffice/invites
delete backoffice_invite (backofficeInviteDelete)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BoUserInviteActionPayload (required)
Body Parameter — Backoffice user invite action payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/invites/list
list backoffice_invite (backofficeInviteList)
Retrieve all invites.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — User invite collection payload

Request headers

Return type

Bo_user_invite_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user_invite_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/invites/resend
resend backoffice_invite (backofficeInviteResend)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BoUserInviteActionPayload (required)
Body Parameter — Backoffice user invite action payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/invites/by_code/{id}
show backoffice_invite (backofficeInviteShow)
Retrieve backoffice user invite with given code.

Path parameters

id (required)
Path Parameter — Backoffice user invite code

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Bo_user_invite

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user_invite

400

Bad Request error

404

Not Found

BackofficeKnowledgeBase

Up
post /0.0.1/backoffice/knowledge_bases
create backoffice_knowledge_base (backofficeKnowledgeBaseCreate)
Create knowledge base

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload KnowledgeBasePayload (required)
Body Parameter — Knowledge base payload

Request headers

Return type

Knowledge_base

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Knowledge_base

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/knowledge_bases/{id}/articles
create_article backoffice_knowledge_base (backofficeKnowledgeBaseCreateArticle)
Create knowledge base article.

Path parameters

id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload KnowledgeBaseArticlePayload (required)
Body Parameter — Knowledge base article payload

Request headers

Return type

Knowledge_base_article

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Knowledge_base_article

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/knowledge_bases/{id}/imports
create_import backoffice_knowledge_base (backofficeKnowledgeBaseCreateImport)
Create knowledge base import.

Path parameters

id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload KnowledgeBaseImportPayload (required)
Body Parameter — Knowledge base import payload

Request headers

Return type

Knowledge_base_import

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Knowledge_base_import

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/knowledge_bases/{id}
delete backoffice_knowledge_base (backofficeKnowledgeBaseDelete)

Path parameters

id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/knowledge_bases/{id}/articles
delete_article backoffice_knowledge_base (backofficeKnowledgeBaseDeleteArticle)
Delete knowledge base article.

Path parameters

id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Knowledge base article delete payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/knowledge_bases/list
list backoffice_knowledge_base (backofficeKnowledgeBaseList)
Retrieve all knowledge bases.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Knowledge base collection payload

Request headers

Return type

Knowledge_base_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Knowledge_base_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/knowledge_bases/{id}/articles/list
list_article backoffice_knowledge_base (backofficeKnowledgeBaseListArticle)
Retrieve knowledge base article.

Path parameters

id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Knowledge base article collection payload

Request headers

Return type

Knowledge_base_article_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Knowledge_base_article_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/knowledge_bases/{id}/imports/list
list_import backoffice_knowledge_base (backofficeKnowledgeBaseListImport)
Retrieve knowledge base import list

Path parameters

id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Knowledge base import collection payload

Request headers

Return type

Knowledge_base_import_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Knowledge_base_import_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/knowledge_bases/{id}/redeploy
redeploy backoffice_knowledge_base (backofficeKnowledgeBaseRedeploy)
Re-deploy knowledge base

Path parameters

id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/knowledge_bases/{id}/reindex
reindex backoffice_knowledge_base (backofficeKnowledgeBaseReindex)

Path parameters

id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/knowledge_bases/{id}/articles/replace
replace_article backoffice_knowledge_base (backofficeKnowledgeBaseReplaceArticle)
Replace knowledge base article content.

Path parameters

id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Knowledge base article replace payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/knowledge_bases/{id}
show backoffice_knowledge_base (backofficeKnowledgeBaseShow)
Get knowledge base

Path parameters

id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Knowledge_base

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Knowledge_base

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/knowledge_bases/{id}/articles/{articleID}
show_article backoffice_knowledge_base (backofficeKnowledgeBaseShowArticle)
Show knowledge base article.

Path parameters

articleID (required)
Path Parameter — Knowledge base article ID
id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Knowledge_base_article

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Knowledge_base_article

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/knowledge_bases/{id}/imports/{importID}
show_import backoffice_knowledge_base (backofficeKnowledgeBaseShowImport)
Show knowledge base import.

Path parameters

id (required)
Path Parameter — Knowledge base ID
importID (required)
Path Parameter — Knowledge base import ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Knowledge_base_import

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Knowledge_base_import

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/knowledge_bases/{id}
update backoffice_knowledge_base (backofficeKnowledgeBaseUpdate)
Change knowledge base

Path parameters

id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload KnowledgeBasePayload (required)
Body Parameter — Knowledge base payload

Request headers

Return type

Knowledge_base

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Knowledge_base

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/knowledge_bases/{id}/articles/{articleID}
update_article backoffice_knowledge_base (backofficeKnowledgeBaseUpdateArticle)
Update knowledge base article.

Path parameters

articleID (required)
Path Parameter — Knowledge base article ID
id (required)
Path Parameter — Knowledge base ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload KnowledgeBaseArticlePayload (required)
Body Parameter — Knowledge base article payload

Request headers

Return type

Knowledge_base_article

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Knowledge_base_article

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeLiveChat

Up
post /0.0.1/backoffice/live_chats/assign
assign backoffice_live_chat (backofficeLiveChatAssign)
Assign chat(s)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatAssignPayload (required)
Body Parameter — Live chat assign payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/{id}/channel_mode
channel_mode backoffice_live_chat (backofficeLiveChatChannelMode)
Change channel mode

Path parameters

id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatChannelModePayload (required)
Body Parameter

Request headers

Return type

Live_chat

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/close
close backoffice_live_chat (backofficeLiveChatClose)
Close chat(s)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat update collection payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats
create backoffice_live_chat (backofficeLiveChatCreate)
Create chat

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatPayload (required)
Body Parameter — Live chat payload

Request headers

Return type

Live_chat

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Live_chat

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/{id}/attachments
create_attachment backoffice_live_chat (backofficeLiveChatCreateAttachment)
Create chat attachment

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatAttachmentPayload (required)
Body Parameter — Live chat attachment payload

Request headers

Return type

Live_chat_attachment

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Live_chat_attachment

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/imports
create_import backoffice_live_chat (backofficeLiveChatCreateImport)
Create live chat import.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatImportPayload (required)
Body Parameter — Live chat import payload

Request headers

Return type

Live_chat_import

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Live_chat_import

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/{id}/messages
create_message backoffice_live_chat (backofficeLiveChatCreateMessage)
Create chat message

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatMessagePayload (required)
Body Parameter — Live chat message payload

Request headers

Return type

Live_chat_message

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Live_chat_message

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/views
create_view backoffice_live_chat (backofficeLiveChatCreateView)
Create a live chat search view.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatSearchViewPayload (required)
Body Parameter — Live chat search view payload

Request headers

Return type

Live_chat_search_view

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Live_chat_search_view

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/live_chats
delete backoffice_live_chat (backofficeLiveChatDelete)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat update collection payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/live_chats/{id}/attachments/{attachment_id}
delete_attachment backoffice_live_chat (backofficeLiveChatDeleteAttachment)
Delete chat attachment

Path parameters

attachment_id (required)
Path Parameter — Chat attachment ID
id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/live_chats/views/{viewID}
delete_view backoffice_live_chat (backofficeLiveChatDeleteView)
Delete live chat search view.

Path parameters

viewID (required)
Path Parameter — View ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/handover_to_bot
handover_to_bot backoffice_live_chat (backofficeLiveChatHandoverToBot)
Handover chat(s) to bot

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat update collection payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/{id}/join
join backoffice_live_chat (backofficeLiveChatJoin)
Join chat

Path parameters

id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Agent

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Agent

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/{id}/leave
leave backoffice_live_chat (backofficeLiveChatLeave)
Leave chat

Path parameters

id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Agent

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Agent

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/list
list backoffice_live_chat (backofficeLiveChatList)
Retrieve all chats.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatCollectionPayload (required)
Body Parameter — Live chat collection payload

Request headers

Return type

Live_chat_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/live_chats/imports/list
list_import backoffice_live_chat (backofficeLiveChatListImport)
Retrieve live chat import list

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat import collection payload

Request headers

Return type

Live_chat_import_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_import_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/live_chats/{id}/messages/list
list_messages backoffice_live_chat (backofficeLiveChatListMessages)
List chat messages

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat message collection payload

Request headers

Return type

Live_chat_message_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_message_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/views/list
list_views backoffice_live_chat (backofficeLiveChatListViews)
Retrieve live chat search view list

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat search view collection payload

Request headers

Return type

Live_chat_search_view_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_search_view_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/live_chats/mark_spam
mark_spam backoffice_live_chat (backofficeLiveChatMarkSpam)
Mark chat(s) as spam

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat update collection payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/merge
merge backoffice_live_chat (backofficeLiveChatMerge)
Merge chats

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatMergePayload (required)
Body Parameter — Live chat merge payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/reopen
reopen backoffice_live_chat (backofficeLiveChatReopen)
Reopen chat(s)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat update collection payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/live_chats/{id}
show backoffice_live_chat (backofficeLiveChatShow)
Show chat

Path parameters

id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Live_chat

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/live_chats/{id}/attachments/{attachment_id}
show_attachment backoffice_live_chat (backofficeLiveChatShowAttachment)
Show chat attachment

Path parameters

attachment_id (required)
Path Parameter — Chat attachment ID
id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Live_chat_attachment

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_attachment

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/live_chats/imports/{importID}
show_import backoffice_live_chat (backofficeLiveChatShowImport)
Show live chat import.

Path parameters

importID (required)
Path Parameter — Import ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Live_chat_import

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_import

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/live_chats/{id}/messages/{message_id}
show_message backoffice_live_chat (backofficeLiveChatShowMessage)
Show chat message

Path parameters

id (required)
Path Parameter — Chat ID
message_id (required)
Path Parameter — Chat message ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Live_chat_message

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_message

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/live_chats/views/{viewID}
show_view backoffice_live_chat (backofficeLiveChatShowView)
Show live chat search view.

Path parameters

viewID (required)
Path Parameter — View ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Live_chat_search_view

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_search_view

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/{id}/translation_mode
translation_mode backoffice_live_chat (backofficeLiveChatTranslationMode)
Change translation mode

Path parameters

id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter

Request headers

Return type

Live_chat

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chats/unmark_spam
unmark_spam backoffice_live_chat (backofficeLiveChatUnmarkSpam)
Mark chat(s) as spam

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat update collection payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/live_chats/{id}
update backoffice_live_chat (backofficeLiveChatUpdate)
Change chat

Path parameters

id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatPayload (required)
Body Parameter — Live chat payload

Request headers

Return type

Live_chat

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/live_chats/views/{viewID}
update_view backoffice_live_chat (backofficeLiveChatUpdateView)
Update live chat search view.

Path parameters

viewID (required)
Path Parameter — View ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatSearchViewPayload (required)
Body Parameter — Live chat search view payload

Request headers

Return type

Live_chat_search_view

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_search_view

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeLiveChatCannedResponse

Up
post /0.0.1/backoffice/live_chat_canned_responses
create backoffice_live_chat_canned_response (backofficeLiveChatCannedResponseCreate)
Create canned response

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat canned response payload

Request headers

Return type

Live_chat_canned_response

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Live_chat_canned_response

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/live_chat_canned_responses
delete backoffice_live_chat_canned_response (backofficeLiveChatCannedResponseDelete)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat canned response collection payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/live_chat_canned_responses/list
list backoffice_live_chat_canned_response (backofficeLiveChatCannedResponseList)
Retrieve all canned responses.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat canned response collection payload

Request headers

Return type

Live_chat_canned_response_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_canned_response_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/live_chat_canned_responses/{id}/render
render backoffice_live_chat_canned_response (backofficeLiveChatCannedResponseRender)
Render canned response

Path parameters

id (required)
Path Parameter — Canned response ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat canned response render payload

Request headers

Return type

Live_chat_message

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Live_chat_message

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/live_chat_canned_responses/{id}
show backoffice_live_chat_canned_response (backofficeLiveChatCannedResponseShow)
Get canned response

Path parameters

id (required)
Path Parameter — Canned response ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Live_chat_canned_response

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_canned_response

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/live_chat_canned_responses/{id}
update backoffice_live_chat_canned_response (backofficeLiveChatCannedResponseUpdate)
Change canned response

Path parameters

id (required)
Path Parameter — Canned response ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat canned response payload

Request headers

Return type

Live_chat_canned_response

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_canned_response

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeLock

Up
post /0.0.1/backoffice/lock
create backoffice_lock (backofficeLockCreate)
Obtain object lock

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LockPayload (required)
Body Parameter — Object lock payload

Request headers

Return type

Lock

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Lock

201

Object created Lock

400

Bad Request error

Up
delete /0.0.1/backoffice/lock
delete backoffice_lock (backofficeLockDelete)
Delete object lock

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LockDeletePayload (required)
Body Parameter — Object delete lock payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

BackofficeOauthRegistration

Up
post /0.0.1/backoffice/bouser_oauth_registrations/confirm
confirm backoffice_oauth_registration (backofficeOauthRegistrationConfirm)
Confirm backoffice oauth user registration

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BoUserOAuthConfirmPayload (required)
Body Parameter — A backoffice oauth user registration confirm payload

Request headers

Return type

Bo_user

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user

400

Bad Request error

Up
get /0.0.1/backoffice/bouser_oauth_registrations/by_token/{id}
show backoffice_oauth_registration (backofficeOauthRegistrationShow)
Retrieve backoffice oauth user registration with given token.

Path parameters

id (required)
Path Parameter — Backoffice user oauth registration token

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Bo_user_oauth_registration

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user_oauth_registration

400

Bad Request error

404

Not Found

BackofficeOrganisation

Up
post /0.0.1/backoffice/organisations/activate
activate backoffice_organisation (backofficeOrganisationActivate)
Activate the organisation. Meant to be used by the main organization with the agency subscription

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload OrganisationActivatePayload (required)
Body Parameter — Organisation activate payload

Request headers

Return type

Organisation_activation_result

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Organisation_activation_result

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/organisations
create backoffice_organisation (backofficeOrganisationCreate)
Create new organisation

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload OrganisationCreatePayload (required)
Body Parameter — Organisation create payload

Request headers

Return type

Organisation

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Organisation

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/organisations/{id}/domain_settings/domains
create_domain backoffice_organisation (backofficeOrganisationCreateDomain)
Create new domain

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload DomainCreatePayload (required)
Body Parameter — Domain create payload

Request headers

Return type

Domain

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Domain

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/organisations/{id}/email_settings/from_addresses
create_from_address backoffice_organisation (backofficeOrganisationCreateFromAddress)
Create new from address

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload EmailAddressCreatePayload (required)
Body Parameter — Email address create payload

Request headers

Return type

Email_from_address

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Email_from_address

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/organisations/{id}/billing_settings/mandate_payments
create_mandate_payment backoffice_organisation (backofficeOrganisationCreateMandatePayment)
Create new mandate payment

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload PaymentCreatePayload (required)
Body Parameter — Payment create payload

Request headers

Return type

Payment

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Payment

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/organisations/{id}/email_settings/replyto_addresses
create_replyto_address backoffice_organisation (backofficeOrganisationCreateReplytoAddress)
Create new reply to address

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload EmailAddressCreatePayload (required)
Body Parameter — Email address create payload

Request headers

Return type

Email_replyto_address

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Email_replyto_address

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/organisations/deactivate
deactivate backoffice_organisation (backofficeOrganisationDeactivate)
Deactivate the organisation. Meant to be used by the main organization with the agency subscription

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Organisation deactivate payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/organisations/{id}
delete backoffice_organisation (backofficeOrganisationDelete)

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/organisations/{id}/domain_settings/domains/{domain_id}
delete_domain backoffice_organisation (backofficeOrganisationDeleteDomain)
Delete domain

Path parameters

domain_id (required)
Path Parameter — Domain ID
id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/organisations/{id}/email_settings/from_addresses/{address_id}
delete_from_address backoffice_organisation (backofficeOrganisationDeleteFromAddress)
Delete from address

Path parameters

address_id (required)
Path Parameter — Address ID
id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/organisations/{id}/membership/{membership_id}
delete_membership backoffice_organisation (backofficeOrganisationDeleteMembership)
Delete membership

Path parameters

id (required)
Path Parameter — Organisation ID
membership_id (required)
Path Parameter — Membership ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/organisations/{id}/billing_settings/payment_mandates/{mandate_id}
delete_payment_mandate backoffice_organisation (backofficeOrganisationDeletePaymentMandate)
Delete payment mandate

Path parameters

id (required)
Path Parameter — Organisation ID
mandate_id (required)
Path Parameter — Mandate ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/organisations/{id}/email_settings/replyto_addresses/{address_id}
delete_replyto_address backoffice_organisation (backofficeOrganisationDeleteReplytoAddress)
Delete replyto address

Path parameters

address_id (required)
Path Parameter — Address ID
id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/organisations/{id}/billing_settings/payment_mandates/{mandate_id}
get_payment_mandate backoffice_organisation (backofficeOrganisationGetPaymentMandate)
Get payment mandate

Path parameters

id (required)
Path Parameter — Organisation ID
mandate_id (required)
Path Parameter — Mandate ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Payment_mandate

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Payment_mandate

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/organisations/list
list backoffice_organisation (backofficeOrganisationList)
Retrieve all organisations.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice organisation collection payload

Request headers

Return type

Organisation_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Organisation_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/organisations/{id}/domain_settings/domains/list
list_domains backoffice_organisation (backofficeOrganisationListDomains)
List domains

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload DomainCollectionPayload (required)
Body Parameter — A backoffice domain collection payload

Request headers

Return type

Domain_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Domain_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/organisations/{id}/email_settings/from_addresses
list_from_addresses backoffice_organisation (backofficeOrganisationListFromAddresses)
List from addresses

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Email_from_address_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Email_from_address_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/organisations/{id}/membership
list_membership backoffice_organisation (backofficeOrganisationListMembership)
List membership

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice organisation membership collection payload

Request headers

Return type

Organisation_membership_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Organisation_membership_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/organisations/{id}/billing_settings/payment_mandates/list
list_payment_mandates backoffice_organisation (backofficeOrganisationListPaymentMandates)
List new payment mandates

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Payment_mandate_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Payment_mandate_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/organisations/{id}/email_settings/replyto_addresses
list_replyto_addresses backoffice_organisation (backofficeOrganisationListReplytoAddresses)
List reply to addresses

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Email_replyto_address_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Email_replyto_address_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/organisations/{id}
show backoffice_organisation (backofficeOrganisationShow)
Retrieve organisation with given id.

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Organisation

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Organisation

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/organisations/{id}/live_chat/automation_rule_action_log_items/list
show_live_chat_automation_rule_action_log_items backoffice_organisation (backofficeOrganisationShowLiveChatAutomationRuleActionLogItems)
Retrieve live chat automation rule action log items.

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat automation rule action log item collection payload

Request headers

Return type

Live_chat_automation_rule_action_log_item_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_automation_rule_action_log_item_collection

400

Bad Request error

403

Forbidden

Up
patch /0.0.1/backoffice/organisations/{id}
update backoffice_organisation (backofficeOrganisationUpdate)
Change organisation

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload OrganisationUpdatePayload (required)
Body Parameter — Organisation update payload

Request headers

Return type

Organisation

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Organisation

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/organisations/{id}/email_settings/from_addresses/{address_id}
update_from_address backoffice_organisation (backofficeOrganisationUpdateFromAddress)
Update from address

Path parameters

address_id (required)
Path Parameter — Address ID
id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload EmailAddressUpdatePayload (required)
Body Parameter — Email address update payload

Request headers

Return type

Email_from_address

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Email_from_address

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/organisations/{id}/membership/{membership_id}
update_membership backoffice_organisation (backofficeOrganisationUpdateMembership)
Update membership

Path parameters

id (required)
Path Parameter — Organisation ID
membership_id (required)
Path Parameter — Membership ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Organisation membership update payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeOrganisationReferral

Up
post /0.0.1/backoffice/organisation_referrals/{id}/payments
create_payment backoffice_organisation_referral (backofficeOrganisationReferralCreatePayment)
Create an organisation referral payment for given organisation.

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — An organisation referral payment payload

Request headers

Return type

Organisation_referral_payment

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Organisation_referral_payment

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/organisation_referrals/{id}/payments/list
list_payments backoffice_organisation_referral (backofficeOrganisationReferralListPayments)
Retrieve organisation referral payments for given organisation.

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice organisation referral payment collection payload

Request headers

Return type

Organisation_referral_payment_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Organisation_referral_payment_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/backoffice/organisation_referrals/{id}
show backoffice_organisation_referral (backofficeOrganisationReferralShow)
Retrieve organisation referral for given organisation.

Path parameters

id (required)
Path Parameter — Organisation ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Organisation_referral

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Organisation_referral

400

Bad Request error

403

Forbidden

404

Not Found

BackofficePassword

Up
post /0.0.1/backoffice/passwords
score backoffice_password (backofficePasswordScore)
Get password score

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload PasswordScorePayload (required)
Body Parameter — Password score payload

Return type

Password_score

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Password_score

BackofficePayment

Up
get /0.0.1/backoffice/payments/{id}/finish
finish backoffice_payment (backofficePaymentFinish)
Finish the payment process.

Path parameters

id (required)
Path Parameter — Payment ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/payments/list
list backoffice_payment (backofficePaymentList)
Retrieve all payments.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload PaymentCollectionPayload (required)
Body Parameter — Payment collection payload

Request headers

Return type

Payment_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Payment_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/payments/{id}
show backoffice_payment (backofficePaymentShow)
Retrieve payment with given id.

Path parameters

id (required)
Path Parameter — Payment ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Payment

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Payment

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/payments/status
update_status backoffice_payment (backofficePaymentUpdateStatus)
Retrieve payment status from the provider.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload PaymentUpdateStatusPayload (required)
Body Parameter — Payment update status payload

Request headers

Return type

Payment

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Payment

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/payments/update_status
update_statuses backoffice_payment (backofficePaymentUpdateStatuses)
Schedule an update of payment statuses.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

BackofficeRegistration

Up
post /0.0.1/backoffice/bouser_registrations/confirm
confirm backoffice_registration (backofficeRegistrationConfirm)
Confirm backoffice user registration

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice user registration confirmation payload

Request headers

Return type

Bo_user

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user

400

Bad Request error

Up
post /0.0.1/backoffice/bouser_registrations
create backoffice_registration (backofficeRegistrationCreate)
Create new backoffice user registration

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BoUserRegistrationPayload (required)
Body Parameter — A backoffice user registration payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Resource created

400

Bad Request error

Up
delete /0.0.1/backoffice/bouser_registrations/{id}
delete backoffice_registration (backofficeRegistrationDelete)

Path parameters

id (required)
Path Parameter — Backoffice user registration ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
post /0.0.1/backoffice/bouser_registrations/list
list backoffice_registration (backofficeRegistrationList)
Retrieve all backoffice registrations.

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Bo_user_registrationCollection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user_registrationCollection

Up
get /0.0.1/backoffice/bouser_registrations/{id}
show backoffice_registration (backofficeRegistrationShow)
Retrieve backoffice user registration with given id.

Path parameters

id (required)
Path Parameter — Backoffice user registration ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Bo_user_registration

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bo_user_registration

400

Bad Request error

404

Not Found

BackofficeSubscriber

Up
delete /0.0.1/backoffice/subscribers
delete backoffice_subscriber (backofficeSubscriberDelete)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload SubscriberDeletePayload (required)
Body Parameter — Subscriber delete payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/subscribers/download
download backoffice_subscriber (backofficeSubscriberDownload)
Download subscribers.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload SubscriberCollectionPayload (required)
Body Parameter — Subscriber collection payload

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/subscribers/list
list backoffice_subscriber (backofficeSubscriberList)
Retrieve all subscribers.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload SubscriberCollectionPayload (required)
Body Parameter — Subscriber collection payload

Request headers

Return type

Subscriber_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscriber_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/subscribers/{id}
show backoffice_subscriber (backofficeSubscriberShow)
Get subscriber

Path parameters

id (required)
Path Parameter — Subscriber ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Subscriber

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscriber

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeSubscriberGroup

Up
post /0.0.1/backoffice/subscriber_groups
create backoffice_subscriber_group (backofficeSubscriberGroupCreate)
Create subscriber group

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload SubscriberGroupPayload (required)
Body Parameter — SubscriberGroup payload

Request headers

Return type

Subscriber_group

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Created Subscriber_group

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/backoffice/subscriber_groups
delete backoffice_subscriber_group (backofficeSubscriberGroupDelete)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload SubscriberGroupDeletePayload (required)
Body Parameter — Subscriber group delete payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/subscriber_groups/list
list backoffice_subscriber_group (backofficeSubscriberGroupList)
Retrieve all subscriber groups.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — SubscriberGroup collection payload

Request headers

Return type

Subscriber_group_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscriber_group_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/subscriber_groups/{id}
show backoffice_subscriber_group (backofficeSubscriberGroupShow)
Get subscriber group

Path parameters

id (required)
Path Parameter — Subscriber group ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Subscriber_group

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscriber_group

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/subscriber_groups/{id}
update backoffice_subscriber_group (backofficeSubscriberGroupUpdate)
Change subscriber group

Path parameters

id (required)
Path Parameter — Subscriber group ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload SubscriberGroupPayload (required)
Body Parameter — SubscriberGroup payload

Request headers

Return type

Subscriber_group

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscriber_group

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeSubscriptionBill

Up
post /0.0.1/backoffice/subscription_bill
show backoffice_subscription_bill (backofficeSubscriptionBillShow)
Retrieve a subscription bill.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload SubscriptionBillPayload (required)
Body Parameter — Subscription bill payload

Request headers

Return type

Subscription_bill

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_bill

400

Bad Request error

BackofficeSubscriptionInvoice

Up
post /0.0.1/backoffice/subscription_invoices/{id}/payments
create_payment backoffice_subscription_invoice (backofficeSubscriptionInvoiceCreatePayment)
Create new payment

Path parameters

id (required)
Path Parameter — Subscription invoice ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload PaymentCreatePayload (required)
Body Parameter — Payment create payload

Request headers

Return type

Payment

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Payment

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/subscription_invoices/create_payments
create_payments backoffice_subscription_invoice (backofficeSubscriptionInvoiceCreatePayments)
Create payments for existing invoices.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

Up
delete /0.0.1/backoffice/subscription_invoices/{id}
delete backoffice_subscription_invoice (backofficeSubscriptionInvoiceDelete)

Path parameters

id (required)
Path Parameter — Invoice ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
get /0.0.1/backoffice/subscription_invoices/{id}/download/{format}
download backoffice_subscription_invoice (backofficeSubscriptionInvoiceDownload)
Retrieve subscription invoice with given id.

Path parameters

format (required)
Path Parameter — Format
id (required)
Path Parameter — Subscription invoice ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/subscription_invoices/list/download
download_list backoffice_subscription_invoice (backofficeSubscriptionInvoiceDownloadList)
Download all invoices in PDF format.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice subscription invoice update collection payload

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/subscription_invoices/generate
generate backoffice_subscription_invoice (backofficeSubscriptionInvoiceGenerate)
Generate outstanding invoices.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/subscription_invoices/list
list backoffice_subscription_invoice (backofficeSubscriptionInvoiceList)
Retrieve all invoices.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice subscription invoice collection payload

Request headers

Return type

Subscription_invoice_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_invoice_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/subscription_invoices/rerender
rerender backoffice_subscription_invoice (backofficeSubscriptionInvoiceRerender)
Rerender existing invoice(s).

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Subscription invoice rerender payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/subscription_invoices/retry_payments
retry_payments backoffice_subscription_invoice (backofficeSubscriptionInvoiceRetryPayments)
Retry payments for invoices with failed payments.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Subscription invoice retry failed payments payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/subscription_invoices/{id}
show backoffice_subscription_invoice (backofficeSubscriptionInvoiceShow)
Retrieve subscription invoice with given id.

Path parameters

id (required)
Path Parameter — Subscription invoice ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Subscription_invoice

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_invoice

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/subscription_invoices/{id}
update backoffice_subscription_invoice (backofficeSubscriptionInvoiceUpdate)
Change subscription invoice

Path parameters

id (required)
Path Parameter — Invoice ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Subscription invoice update payload

Request headers

Return type

Subscription_invoice

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_invoice

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeSubscriptionInvoiceBill

Up
post /0.0.1/backoffice/subscription_invoice_bill
show backoffice_subscription_invoice_bill (backofficeSubscriptionInvoiceBillShow)
Retrieve a subscription invoice bill.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Subscription invoice bill payload

Return type

Subscription_invoice_bill

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_invoice_bill

400

Bad Request error

BackofficeSubscriptionOrder

Up
post /0.0.1/backoffice/subscription_orders/{id}/checkout
checkout backoffice_subscription_order (backofficeSubscriptionOrderCheckout)
Checkout the subscription order

Path parameters

id (required)
Path Parameter — Subscription order ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Subscription order checkout payload

Request headers

Return type

Subscription_order

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_order

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/backoffice/subscription_orders
create backoffice_subscription_order (backofficeSubscriptionOrderCreate)
Create a new subscription order.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload SubscriptionOrderPayload (required)
Body Parameter — Subscription order payload

Request headers

Return type

Subscription_order

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Subscription_order

400

Bad Request error

Up
post /0.0.1/backoffice/subscription_orders/list
list backoffice_subscription_order (backofficeSubscriptionOrderList)
Retrieve all organisations.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice subscription order collection payload

Request headers

Return type

Subscription_order_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_order_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/subscription_orders/{id}
show backoffice_subscription_order (backofficeSubscriptionOrderShow)
Retrieve subscription order with given id.

Path parameters

id (required)
Path Parameter — Subscription order ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Subscription_order

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_order

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/subscription_orders/{id}
update backoffice_subscription_order (backofficeSubscriptionOrderUpdate)
Change subscription order

Path parameters

id (required)
Path Parameter — Order ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Subscription order update payload

Request headers

Return type

Subscription_order

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_order

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeSubscriptionPlan

Up
post /0.0.1/backoffice/subscription_plans/list
list backoffice_subscription_plan (backofficeSubscriptionPlanList)
Retrieve all subscription plans.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Subscription_plan_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_plan_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/subscription_plans/{id}
show backoffice_subscription_plan (backofficeSubscriptionPlanShow)
Retrieve a subscription plan.

Path parameters

id (required)
Path Parameter — Subscription plan ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Subscription_plan

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_plan

400

Bad Request error

BackofficeSubscriptionVoucher

Up
post /0.0.1/backoffice/subscription_vouchers/list/download
download backoffice_subscription_voucher (backofficeSubscriptionVoucherDownload)
Download all vouchers.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice subscription voucher collection payload

Request headers

Return type

Download

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Download

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/subscription_vouchers/list
list backoffice_subscription_voucher (backofficeSubscriptionVoucherList)
Retrieve all vouchers.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice subscription voucher collection payload

Request headers

Return type

Subscription_voucher_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_voucher_collection

400

Bad Request error

403

Forbidden

BackofficeSubscriptionVoucherGroup

Up
post /0.0.1/backoffice/subscription_voucher_groups
create backoffice_subscription_voucher_group (backofficeSubscriptionVoucherGroupCreate)
Create a new subscription voucher group.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Subscription order payload

Return type

Subscription_voucher_group

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Subscription_voucher_group

400

Bad Request error

403

Forbidden

Up
post /0.0.1/backoffice/subscription_voucher_groups/list
list backoffice_subscription_voucher_group (backofficeSubscriptionVoucherGroupList)
Retrieve all voucher groups.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — A backoffice subscription voucher group collection payload

Return type

Subscription_voucher_group_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_voucher_group_collection

400

Bad Request error

403

Forbidden

Up
get /0.0.1/backoffice/subscription_voucher_groups/{id}
show backoffice_subscription_voucher_group (backofficeSubscriptionVoucherGroupShow)
Retrieve subscription voucher group with given id.

Path parameters

id (required)
Path Parameter — Voucher group ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Subscription_voucher_group

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_voucher_group

400

Bad Request error

403

Forbidden

404

Not Found

Up
patch /0.0.1/backoffice/subscription_voucher_groups/{id}
update backoffice_subscription_voucher_group (backofficeSubscriptionVoucherGroupUpdate)
Change subscription voucher group

Path parameters

id (required)
Path Parameter — Voucher group ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Subscription order payload

Return type

Subscription_voucher_group

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Subscription_voucher_group

400

Bad Request error

403

Forbidden

404

Not Found

BackofficeVersion

Up
post /0.0.1/backoffice/version
create backoffice_version (backofficeVersionCreate)
Create object version

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload ObjectVersionCreatePayload (required)
Body Parameter — Object version payload

Request headers

Return type

Object_version

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Object_version

400

Bad Request error

Up
post /0.0.1/backoffice/version/list
list backoffice_version (backofficeVersionList)
Retrieve object versions.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Object version collection payload

Request headers

Return type

Object_version_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Object_version_collection

400

Bad Request error

403

Forbidden

Configuration

Up
get /configuration
configuration configuration (configurationConfiguration)
API configuration.

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Api_configuration

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Api_configuration

FrontendBot

Up
get /0.0.1/frontend/bots/by_domain/{id}/{slug}
show frontend_bot (frontendBotShow)
Retrieve questionnaire with given organisation id/slug and bot id/slug.

Path parameters

id (required)
Path Parameter — Bot id or slug
slug (required)
Path Parameter — Bot slug

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

organisation (optional)
Query Parameter — Organisation id or slug

Return type

Bot

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot

400

Bad Request error

404

Not Found

530

Quota exceeded (free plan)

531

Quota exceeded (paid plan)

532

Trigger condition not passed

Up
get /0.0.1/frontend/bots/by_domain/{id}
show frontend_bot (frontendBotShow1)
Retrieve questionnaire with given organisation id/slug and bot id/slug.

Path parameters

id (required)
Path Parameter — Bot id or slug

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

organisation (optional)
Query Parameter — Organisation id or slug
slug (optional)
Query Parameter — Bot slug

Return type

Bot

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot

400

Bad Request error

404

Not Found

530

Quota exceeded (free plan)

531

Quota exceeded (paid plan)

532

Trigger condition not passed

Up
get /0.0.1/frontend/bots/{organisation}/{id}
show frontend_bot (frontendBotShow2)
Retrieve questionnaire with given organisation id/slug and bot id/slug.

Path parameters

id (required)
Path Parameter — Bot id or slug
organisation (required)
Path Parameter — Organisation id or slug

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Query parameters

slug (optional)
Query Parameter — Bot slug

Return type

Bot

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot

400

Bad Request error

404

Not Found

530

Quota exceeded (free plan)

531

Quota exceeded (paid plan)

532

Trigger condition not passed

Up
post /0.0.1/frontend/bots/{organisation}/{id}/start
start frontend_bot (frontendBotStart)
Start the bot with given organisation id/slug and bot id/slug.

Path parameters

id (required)
Path Parameter — Bot id or slug
organisation (required)
Path Parameter — Organisation id or slug

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotStartPayload (required)
Body Parameter — Bot start payload

Request headers

Return type

Bot_responseReference

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Bot_responseReference

400

Bad Request error

404

Not Found

FrontendChat

Up
post /0.0.1/frontend/chats/{channel}/step/{chatID}/{id}/answer
answer_step frontend_chat (frontendChatAnswerStep)
Answer Facebook chat step

Path parameters

channel (required)
Path Parameter — Channel
chatID (required)
Path Parameter — Chat id
id (required)
Path Parameter — Bot step id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload BotChatStepAnswerPayload (required)
Body Parameter — Bot chat step answer payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
post /0.0.1/frontend/chats/{channel}/step/{chatID}/{id}/{textID}/feedback
create_step_text_feedback frontend_chat (frontendChatCreateStepTextFeedback)
Create step text feedback

Path parameters

channel (required)
Path Parameter — Channel
chatID (required)
Path Parameter — Chat id
id (required)
Path Parameter — Bot step id
textID (required)
Path Parameter — Bot step chat text id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Bot chat step text feedback payload

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
post /0.0.1/frontend/chats/dialog360/events/{channelID}/{token}
dialog360_event frontend_chat (frontendChatDialog360Event)
Receive Dialog360 event webhook.

Path parameters

channelID (required)
Path Parameter — Channel id
token (required)
Path Parameter — Token

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
post /0.0.1/frontend/chats/fb/message
fb_message frontend_chat (frontendChatFbMessage)
Receive fb message events webhook.

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
get /0.0.1/frontend/chats/fb/message
fb_message_verify frontend_chat (frontendChatFbMessageVerify)
Verify fb message events webhook.

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

String

400

Bad Request error

Up
post /0.0.1/frontend/chats/gbm/event
gbm_event frontend_chat (frontendChatGbmEvent)
Receive Google Business Messages event webhook.

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

204

No Content

400

Bad Request error

404

Not Found

Up
post /0.0.1/frontend/chats/instagram/message
instagram_message frontend_chat (frontendChatInstagramMessage)
Receive instagram message events webhook.

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
get /0.0.1/frontend/chats/instagram/message
instagram_message_verify frontend_chat (frontendChatInstagramMessageVerify)
Verify instagram message events webhook.

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

String

400

Bad Request error

Up
post /0.0.1/frontend/chats/line/events/{channelID}
line_events frontend_chat (frontendChatLineEvents)
Receive line events webhook.

Path parameters

channelID (required)
Path Parameter — Channel id

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

400

Bad Request error

404

Not Found

Up
post /0.0.1/frontend/chats/message_bird/events/{channelID}
message_bird_events frontend_chat (frontendChatMessageBirdEvents)
Receive MessageBird events webhook.

Path parameters

channelID (required)
Path Parameter — Channel id

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
post /0.0.1/frontend/chats/message_bird/events/{channelID}/status/{messageID}
message_bird_status frontend_chat (frontendChatMessageBirdStatus)
Receive message bird message status events webhook.

Path parameters

channelID (required)
Path Parameter — Channel id
messageID (required)
Path Parameter — Message id

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
get /0.0.1/frontend/chats/{channel}/step/{chatID}/{id}
show_step frontend_chat (frontendChatShowStep)
Get chat step

Path parameters

channel (required)
Path Parameter — Channel
chatID (required)
Path Parameter — Chat id
id (required)
Path Parameter — Bot step id

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Bot_chat_step

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_chat_step

400

Bad Request error

404

Not Found

Up
post /0.0.1/frontend/chats/{channel}/step/{chatID}/{id}/options
show_step_options frontend_chat (frontendChatShowStepOptions)
Get chat step options

Path parameters

channel (required)
Path Parameter — Channel
chatID (required)
Path Parameter — Chat id
id (required)
Path Parameter — Bot step id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Bot chat step option collection payload

Return type

Bot_chat_step_option_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_chat_step_option_collection

400

Bad Request error

404

Not Found

Up
get /0.0.1/frontend/chats/{channel}/step/{chatID}/{id}/{textID}
show_step_text frontend_chat (frontendChatShowStepText)
Get step chat text

Path parameters

channel (required)
Path Parameter — Channel
chatID (required)
Path Parameter — Chat id
id (required)
Path Parameter — Bot step id
textID (required)
Path Parameter — Bot step chat text id

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Frontend_bot_chat_text

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Frontend_bot_chat_text

400

Bad Request error

404

Not Found

Up
get /0.0.1/frontend/chats/{channel}/step/{chatID}/variables/{variable}
show_variable frontend_chat (frontendChatShowVariable)
Get chat variable

Path parameters

channel (required)
Path Parameter — Channel
chatID (required)
Path Parameter — Chat id
variable (required)
Path Parameter — Bot variable name

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload ResponseCreatePayload (optional)
Body Parameter — Response create payload

Request headers

Return type

Bot_chat_variable

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Bot_chat_variable

400

Bad Request error

404

Not Found

Up
post /0.0.1/frontend/chats/telegram/events/{channelID}/{token}
telegram_event frontend_chat (frontendChatTelegramEvent)
Receive Telegram event webhook.

Path parameters

channelID (required)
Path Parameter — Channel id
token (required)
Path Parameter — Token

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
post /0.0.1/frontend/chats/twilio_whatsapp/message
twilio_whatsapp_message frontend_chat (frontendChatTwilioWhatsappMessage)
Receive whatsapp message events webhook.

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
post /0.0.1/frontend/chats/twilio_whatsapp/status/{messageID}
twilio_whatsapp_status frontend_chat (frontendChatTwilioWhatsappStatus)
Receive whatsapp message status events webhook.

Path parameters

messageID (required)
Path Parameter — Message id

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
post /0.0.1/frontend/chats/twitter/event
twitter_events frontend_chat (frontendChatTwitterEvents)
Receive twitter events webhook.

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Up
get /0.0.1/frontend/chats/twitter/event
twitter_events_verify frontend_chat (frontendChatTwitterEventsVerify)
Verify twitter events webhook.

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Twitter_events_verify_response

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Twitter_events_verify_response

400

Bad Request error

Up
post /0.0.1/frontend/chats/viber/events/{channelID}
viber_event frontend_chat (frontendChatViberEvent)
Receive Viber event webhook.

Path parameters

channelID (required)
Path Parameter — Channel id

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

FrontendKnowledgeBase

Up
post /0.0.1/frontend/knowledge_bases/search
search frontend_knowledge_base (frontendKnowledgeBaseSearch)
Search among the knowledge base(s)

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload KnowledgeBaseSearchPayload (required)
Body Parameter — Knowledge base search payload

Request headers

Return type

Knowledge_base_search_result_item_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Knowledge_base_search_result_item_collection

400

Bad Request error

403

Forbidden

404

Not Found

FrontendLiveChat

Up
post /0.0.1/frontend/live_chats/{id}/close
close frontend_live_chat (frontendLiveChatClose)
Close chat

Path parameters

id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Live_chat

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/frontend/live_chats
create frontend_live_chat (frontendLiveChatCreate)
Create chat

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatPayload (required)
Body Parameter — Live chat payload

Request headers

Return type

Live_chat

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Live_chat

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/frontend/live_chats/{id}/attachments
create_attachment frontend_live_chat (frontendLiveChatCreateAttachment)
Create chat attachment

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatAttachmentPayload (required)
Body Parameter — Live chat attachment payload

Request headers

Return type

Live_chat_attachment

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Live_chat_attachment

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/frontend/live_chats/{id}/messages
create_message frontend_live_chat (frontendLiveChatCreateMessage)
Create chat message

Path parameters

id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatMessagePayload (required)
Body Parameter — Live chat message payload

Request headers

Return type

Live_chat_message

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Live_chat_message

400

Bad Request error

403

Forbidden

404

Not Found

Up
delete /0.0.1/frontend/live_chats/{id}/attachments/{attachment_id}
delete_attachment frontend_live_chat (frontendLiveChatDeleteAttachment)
Delete chat attachment

Path parameters

attachment_id (required)
Path Parameter — Chat attachment ID
id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/frontend/live_chats/list
list frontend_live_chat (frontendLiveChatList)
Retrieve all chats.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatCollectionPayload (required)
Body Parameter — Live chat collection payload

Request headers

Return type

Live_chat_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_collection

400

Bad Request error

403

Forbidden

Up
post /0.0.1/frontend/live_chats/{id}/messages/list
list_messages frontend_live_chat (frontendLiveChatListMessages)
List chat messages

Path parameters

id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

Body Parameter — Live chat message collection payload

Request headers

Return type

Live_chat_message_collection

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_message_collection

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/frontend/live_chats/preview
preview frontend_live_chat (frontendLiveChatPreview)
Get chat preview

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload LiveChatPayload (required)
Body Parameter — Live chat payload

Request headers

Return type

Live_chat

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat

400

Bad Request error

403

Forbidden

404

Not Found

Up
post /0.0.1/frontend/live_chats/{id}/reopen
reopen frontend_live_chat (frontendLiveChatReopen)
Reopen chat

Path parameters

id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Live_chat

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/frontend/live_chats/{id}
show frontend_live_chat (frontendLiveChatShow)
Show chat

Path parameters

id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Live_chat

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/frontend/live_chats/{id}/attachments/{attachment_id}
show_attachment frontend_live_chat (frontendLiveChatShowAttachment)
Show chat attachment

Path parameters

attachment_id (required)
Path Parameter — Chat attachment ID
id (required)
Path Parameter — Chat ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Live_chat_attachment

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_attachment

400

Bad Request error

403

Forbidden

404

Not Found

Up
get /0.0.1/frontend/live_chats/{id}/messages/{message_id}
show_message frontend_live_chat (frontendLiveChatShowMessage)
Show chat message

Path parameters

id (required)
Path Parameter — Chat ID
message_id (required)
Path Parameter — Chat message ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Request headers

Return type

Live_chat_message

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Live_chat_message

400

Bad Request error

403

Forbidden

404

Not Found

FrontendMail

Up
post /0.0.1/frontend/mail/message
message frontend_mail (frontendMailMessage)
Receive message events webhook.

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload MailPayload (required)
Body Parameter — Mail payload

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

404

Not Found

Health

Up
get /_healthcheck
health health (healthHealth)
Perform health check.

Consumes

This API call consumes the following media types via the Content-Type request header:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK

503

Service Unavailable

QuriobotResponses

Up
post /0.0.1/quriobot/responses
create quriobot_responses (quriobotResponsesCreate)
Create response

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload ResponseCreatePayload (required)
Body Parameter — Response create payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

Up
post /0.0.1/quriobot/responses/{id}/upload/{stepID}
create_upload quriobot_responses (quriobotResponsesCreateUpload)
Create file upload

Path parameters

id (required)
Path Parameter — Response id
stepID (required)
Path Parameter — Step id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload ResponseUploadPayload (required)
Body Parameter — Response upload payload

Return type

Bot_response_upload

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

201

Object created Bot_response_upload

400

Bad Request error

404

Not Found

Up
patch /0.0.1/quriobot/responses/{id}
update quriobot_responses (quriobotResponsesUpdate)
Update response

Path parameters

id (required)
Path Parameter — Response id

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload ResponseCreatePayload (required)
Body Parameter — Response create payload

Request headers

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

403

Forbidden

QuriobotSes

Up
post /0.0.1/quriobot/ses/events
create quriobot_ses (quriobotSesCreate)
Create SES event

Consumes

This API call consumes the following media types via the Content-Type request header:

Request body

payload SESNotification (required)
Body Parameter

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

204

No Content

400

Bad Request error

WebsiteTerms

Up
get /0.0.1/website/terms/{id}
show website_terms (websiteTermsShow)
Terms

Path parameters

id (required)
Path Parameter — Backoffice user registration ID

Consumes

This API call consumes the following media types via the Content-Type request header:

Return type

Terms_file

Example data

Content-Type:

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

Responses

200

OK Terms_file

400

Bad Request error

404

Not Found

Models

[ Jump to Methods ]

Table of Contents

  1. Agent - Mediatype identifier: application/vnd.agent+json; view=default
  2. AgentCollectionPayload - AgentCollectionPayload
  3. AgentGroupCollectionPayload - AgentGroupCollectionPayload
  4. AgentGroupMemberPayload - AgentGroupMemberPayload
  5. AgentGroupPayload - AgentGroupPayload
  6. AgentPayload - AgentPayload
  7. AgentReference - Mediatype identifier: application/vnd.agent+json; view=reference
  8. Agent_collection - Mediatype identifier: application/vnd.agent_collection+json; view=default
  9. Agent_group - Mediatype identifier: application/vnd.agent_group+json; view=default
  10. Agent_groupReference - Mediatype identifier: application/vnd.agent_group+json; view=reference
  11. Agent_group_collection - Mediatype identifier: application/vnd.agent_group_collection+json; view=default
  12. AnimationPattern - AnimationPattern
  13. AnimationTiming - AnimationTiming
  14. AnnotatedLink - AnnotatedLink
  15. Api_configuration - Mediatype identifier: application/vnd.api_configuration+json; view=default
  16. Authorized - Mediatype identifier: application/vnd.authorized+json; view=default
  17. AutoCompleteItemCollectionPayload - AutoCompleteItemCollectionPayload
  18. Autocomplete_item - Mediatype identifier: application/vnd.autocomplete_item+json; view=default
  19. Autocomplete_item_collection - Mediatype identifier: application/vnd.autocomplete_item_collection+json; view=default
  20. AzureCognitiveServicesSpeechIntegration - AzureCognitiveServicesSpeechIntegration
  21. AzureCognitiveServicesSpeechIntegrationPayload - AzureCognitiveServicesSpeechIntegrationPayload
  22. BehaviourConditionField - BehaviourConditionField
  23. BillingSettingsPayload - BillingSettingsPayload
  24. BillingSettingsPaymentType - BillingSettingsPaymentType
  25. BoUserAPIKeyPayload - BoUserAPIKeyPayload
  26. BoUserAPIKeyReference - BoUserAPIKeyReference
  27. BoUserAPIKeyReferenceCollectionPayload - BoUserAPIKeyReferenceCollectionPayload
  28. BoUserCollectionPayload - BoUserCollectionPayload
  29. BoUserCreatePayload - BoUserCreatePayload
  30. BoUserExpoPushSubscriptionPayload - BoUserExpoPushSubscriptionPayload
  31. BoUserInviteAcceptPayload - BoUserInviteAcceptPayload
  32. BoUserInviteActionPayload - BoUserInviteActionPayload
  33. BoUserInviteCollectionPayload - BoUserInviteCollectionPayload
  34. BoUserInviteCreatePayload - BoUserInviteCreatePayload
  35. BoUserOAuth - BoUserOAuth
  36. BoUserOAuthConfirmPayload - BoUserOAuthConfirmPayload
  37. BoUserPushSubscriptionCollectionPayload - BoUserPushSubscriptionCollectionPayload
  38. BoUserPushSubscriptionPayload - BoUserPushSubscriptionPayload
  39. BoUserRegistrationConfirmationPayload - BoUserRegistrationConfirmationPayload
  40. BoUserRegistrationPayload - BoUserRegistrationPayload
  41. BoUserRole - BoUserRole
  42. BoUserUpdatePayload - BoUserUpdatePayload
  43. Bo_user - Mediatype identifier: application/vnd.bo_user+json; view=default
  44. Bo_userLink - Mediatype identifier: application/vnd.bo_user+json; view=link
  45. Bo_userReference - Mediatype identifier: application/vnd.bo_user+json; view=reference
  46. Bo_user_api_key - Mediatype identifier: application/vnd.bo_user_api_key+json; view=default
  47. Bo_user_collection - Mediatype identifier: application/vnd.bo_user_collection+json; view=default
  48. Bo_user_invite - Mediatype identifier: application/vnd.bo_user_invite+json; view=default
  49. Bo_user_invite_collection - Mediatype identifier: application/vnd.bo_user_invite_collection+json; view=default
  50. Bo_user_oauth_registration - Mediatype identifier: application/vnd.bo_user_oauth_registration+json; view=default
  51. Bo_user_push_subscription - Mediatype identifier: application/vnd.bo_user_push_subscription+json; view=default
  52. Bo_user_push_subscription_collection - Mediatype identifier: application/vnd.bo_user_push_subscription_collection+json; view=default
  53. Bo_user_registration - Mediatype identifier: application/vnd.bo_user_registration+json; view=default
  54. Bo_user_registrationCollection - Mediatype identifier: application/vnd.bo_user_registration+json; type=collection; view=default
  55. Bo_user_username_change - Mediatype identifier: application/vnd.bo_user_username_change+json; view=default
  56. Bo_userapi_key_reference_collection - Mediatype identifier: application/vnd.bo_userapi_key_reference_collection+json; view=default
  57. Bot - Mediatype identifier: application/vnd.bot+json; view=default
  58. BotBatchUpdateCollectionPayload - BotBatchUpdateCollectionPayload
  59. BotBatchUpdatePayload - BotBatchUpdatePayload
  60. BotBehaviour - BotBehaviour
  61. BotBehaviourPayload - BotBehaviourPayload
  62. BotChannelAudioTranscriptionSettings - BotChannelAudioTranscriptionSettings
  63. BotChannelCollectionPayload - BotChannelCollectionPayload
  64. BotChannelConfigFacebook - BotChannelConfigFacebook
  65. BotChannelConfigFacebookPage - BotChannelConfigFacebookPage
  66. BotChannelConfigGoogleBusinessMessages - BotChannelConfigGoogleBusinessMessages
  67. BotChannelConfigGoogleBusinessMessagesAccount - BotChannelConfigGoogleBusinessMessagesAccount
  68. BotChannelConfigInstagram - BotChannelConfigInstagram
  69. BotChannelConfigInstagramAccount - BotChannelConfigInstagramAccount
  70. BotChannelMessageBirdType - BotChannelMessageBirdType
  71. BotChannelPayload - BotChannelPayload
  72. BotChannelStatus - BotChannelStatus
  73. BotChannelTestUrl - BotChannelTestUrl
  74. BotChannelTextToSpeechSettings - BotChannelTextToSpeechSettings
  75. BotChannelTrigger - BotChannelTrigger
  76. BotChannelType - BotChannelType
  77. BotChatStepAnswerPayload - BotChatStepAnswerPayload
  78. BotChatStepOptionCollectionPayload - BotChatStepOptionCollectionPayload
  79. BotChatStepTextFeedbackPayload - BotChatStepTextFeedbackPayload
  80. BotChatText - BotChatText
  81. BotChatTextPayload - BotChatTextPayload
  82. BotChatTextType - BotChatTextType
  83. BotCollectionPayload - BotCollectionPayload
  84. BotCreatePayload - BotCreatePayload
  85. BotDropOffReportPayload - BotDropOffReportPayload
  86. BotEditMode - BotEditMode
  87. BotEditPosition - BotEditPosition
  88. BotFeedbackReportItem - BotFeedbackReportItem
  89. BotFeedbackReportPayload - BotFeedbackReportPayload
  90. BotFrontend - BotFrontend
  91. BotFrontendAMP - BotFrontendAMP
  92. BotFunnelReportItem - BotFunnelReportItem
  93. BotFunnelReportPayload - BotFunnelReportPayload
  94. BotInteractiveReportOption - BotInteractiveReportOption
  95. BotInteractiveReportPayload - BotInteractiveReportPayload
  96. BotInteractiveReportPayloadItem - BotInteractiveReportPayloadItem
  97. BotInteractiveReportStep - BotInteractiveReportStep
  98. BotLandingPage - BotLandingPage
  99. BotLandingPageBackground - BotLandingPageBackground
  100. BotLiveChat - BotLiveChat
  101. BotLiveChatPayload - BotLiveChatPayload
  102. BotLiveChatType - BotLiveChatType
  103. BotLocationReportItem - BotLocationReportItem
  104. BotLocationReportPayload - BotLocationReportPayload
  105. BotMessageDelay - BotMessageDelay
  106. BotMonitoringChannelItem - BotMonitoringChannelItem
  107. BotMonitoringDeviceItem - BotMonitoringDeviceItem
  108. BotMonitoringHostnameItem - BotMonitoringHostnameItem
  109. BotMonitoringItem - BotMonitoringItem
  110. BotMonitoringOverallItem - BotMonitoringOverallItem
  111. BotMonitoringReportItem - BotMonitoringReportItem
  112. BotMonitoringReportPayload - BotMonitoringReportPayload
  113. BotNextTargetType - BotNextTargetType
  114. BotNotification - BotNotification
  115. BotNotificationPayload - BotNotificationPayload
  116. BotOffset - BotOffset
  117. BotOffsetPayload - BotOffsetPayload
  118. BotPersistentMenu - BotPersistentMenu
  119. BotPersistentMenuItem - BotPersistentMenuItem
  120. BotPosition - BotPosition
  121. BotPreview - Mediatype identifier: application/vnd.bot+json; view=preview
  122. BotPreviewPayload - BotPreviewPayload
  123. BotProgressReportItem - BotProgressReportItem
  124. BotProgressReportPayload - BotProgressReportPayload
  125. BotReference - Mediatype identifier: application/vnd.bot+json; view=reference
  126. BotReferenceType - BotReferenceType
  127. BotReporting - Mediatype identifier: application/vnd.bot+json; view=reporting
  128. BotReportingTokenPayload - BotReportingTokenPayload
  129. BotResponseAction - BotResponseAction
  130. BotResponseActionEmailTemplateType - BotResponseActionEmailTemplateType
  131. BotResponseActionHeader - BotResponseActionHeader
  132. BotResponseActionHeaderPayload - BotResponseActionHeaderPayload
  133. BotResponseActionLogItemCollectionPayload - BotResponseActionLogItemCollectionPayload
  134. BotResponseActionLogItemReferenceType - BotResponseActionLogItemReferenceType
  135. BotResponseActionPayload - BotResponseActionPayload
  136. BotResponseActionType - BotResponseActionType
  137. BotResponseCollectionPayload - BotResponseCollectionPayload
  138. BotResponseDeletePayload - BotResponseDeletePayload
  139. BotStartPayload - BotStartPayload
  140. BotStatsChannelItem - BotStatsChannelItem
  141. BotStatsDeviceItem - BotStatsDeviceItem
  142. BotStatsExitItem - BotStatsExitItem
  143. BotStatsItem - BotStatsItem
  144. BotStatsOverallItem - BotStatsOverallItem
  145. BotStatsReportPayload - BotStatsReportPayload
  146. BotStatsStepItem - BotStatsStepItem
  147. BotStatus - BotStatus
  148. BotStep - BotStep
  149. BotStepDisplayType - BotStepDisplayType
  150. BotStepLocationType - BotStepLocationType
  151. BotStepNext - BotStepNext
  152. BotStepOption - BotStepOption
  153. BotStepOptionPayload - BotStepOptionPayload
  154. BotStepOptionsLayout - BotStepOptionsLayout
  155. BotStepPayload - BotStepPayload
  156. BotStepRatingType - BotStepRatingType
  157. BotStepResponse - BotStepResponse
  158. BotStepResponsePayload - BotStepResponsePayload
  159. BotStepResponseType - BotStepResponseType
  160. BotStepType - BotStepType
  161. BotTemplateCollectionPayload - BotTemplateCollectionPayload
  162. BotTemplateGroup - BotTemplateGroup
  163. BotTheme - BotTheme
  164. BotThemeAvatar - BotThemeAvatar
  165. BotThemeBehaviour - BotThemeBehaviour
  166. BotThemeBehaviourPayload - BotThemeBehaviourPayload
  167. BotThemePayload - BotThemePayload
  168. BotTransferPayload - BotTransferPayload
  169. BotType - BotType
  170. BotUpdatePayload - BotUpdatePayload
  171. BotVariable - BotVariable
  172. BotVariableChatCompletion - BotVariableChatCompletion
  173. BotVariableLogItemCollectionPayload - BotVariableLogItemCollectionPayload
  174. BotVariablePayload - BotVariablePayload
  175. BotVariableTextToSpeech - BotVariableTextToSpeech
  176. BotVariableType - BotVariableType
  177. BotViewMode - BotViewMode
  178. Bot_batch_update - Mediatype identifier: application/vnd.bot_batch_update+json; view=default
  179. Bot_batch_update_collection - Mediatype identifier: application/vnd.bot_batch_update_collection+json; view=default
  180. Bot_channel - Mediatype identifier: application/vnd.bot_channel+json; view=default
  181. Bot_channelReference - Mediatype identifier: application/vnd.bot_channel+json; view=reference
  182. Bot_channel_collection - Mediatype identifier: application/vnd.bot_channel_collection+json; view=default
  183. Bot_channel_config - Mediatype identifier: application/vnd.bot_channel_config+json; view=default
  184. Bot_channel_preview - Mediatype identifier: application/vnd.bot_channel_preview+json; view=default
  185. Bot_chat_step - Mediatype identifier: application/vnd.bot_chat_step+json; view=default
  186. Bot_chat_step_option - Mediatype identifier: application/vnd.bot_chat_step_option+json; view=default
  187. Bot_chat_step_option_collection - Mediatype identifier: application/vnd.bot_chat_step_option_collection+json; view=default
  188. Bot_chat_variable - Mediatype identifier: application/vnd.bot_chat_variable+json; view=default
  189. Bot_collection - Mediatype identifier: application/vnd.bot_collection+json; view=default
  190. Bot_drop_off_report - Mediatype identifier: application/vnd.bot_drop_off_report+json; view=default
  191. Bot_feedback_report - Mediatype identifier: application/vnd.bot_feedback_report+json; view=default
  192. Bot_funnel_report - Mediatype identifier: application/vnd.bot_funnel_report+json; view=default
  193. Bot_interactive_report - Mediatype identifier: application/vnd.bot_interactive_report+json; view=default
  194. Bot_location_report - Mediatype identifier: application/vnd.bot_location_report+json; view=default
  195. Bot_monitoring_report - Mediatype identifier: application/vnd.bot_monitoring_report+json; view=default
  196. Bot_progress_report - Mediatype identifier: application/vnd.bot_progress_report+json; view=default
  197. Bot_response - Mediatype identifier: application/vnd.bot_response+json; view=default
  198. Bot_responseReference - Mediatype identifier: application/vnd.bot_response+json; view=reference
  199. Bot_response_action_log_item - Mediatype identifier: application/vnd.bot_response_action_log_item+json; view=default
  200. Bot_response_action_log_item_collection - Mediatype identifier: application/vnd.bot_response_action_log_item_collection+json; view=default
  201. Bot_response_collection - Mediatype identifier: application/vnd.bot_response_collection+json; view=default
  202. Bot_response_upload - Mediatype identifier: application/vnd.bot_response_upload+json; view=default
  203. Bot_stats - Mediatype identifier: application/vnd.bot_stats+json; view=default
  204. Bot_variable_log_item - Mediatype identifier: application/vnd.bot_variable_log_item+json; view=default
  205. Bot_variable_log_item_collection - Mediatype identifier: application/vnd.bot_variable_log_item_collection+json; view=default
  206. Campaign - Mediatype identifier: application/vnd.campaign+json; view=default
  207. CampaignAutomationRule - CampaignAutomationRule
  208. CampaignAutomationRuleAction - CampaignAutomationRuleAction
  209. CampaignAutomationRuleActionLogItemCollectionPayload - CampaignAutomationRuleActionLogItemCollectionPayload
  210. CampaignAutomationRuleActionSendMessage - CampaignAutomationRuleActionSendMessage
  211. CampaignAutomationRuleConditionField - CampaignAutomationRuleConditionField
  212. CampaignAutomationRuleConditionOperator - CampaignAutomationRuleConditionOperator
  213. CampaignAutomationRuleReference - CampaignAutomationRuleReference
  214. CampaignCollectionPayload - CampaignCollectionPayload
  215. CampaignDeletePayload - CampaignDeletePayload
  216. CampaignMessage - CampaignMessage
  217. CampaignPayload - CampaignPayload
  218. CampaignSendPayload - CampaignSendPayload
  219. Campaign_automation_rule_action_log_item - Mediatype identifier: application/vnd.campaign_automation_rule_action_log_item+json; view=default
  220. Campaign_automation_rule_action_log_item_collection - Mediatype identifier: application/vnd.campaign_automation_rule_action_log_item_collection+json; view=default
  221. Campaign_collection - Mediatype identifier: application/vnd.campaign_collection+json; view=default
  222. ChatContactCollectionPayload - ChatContactCollectionPayload
  223. ChatContactDeletePayload - ChatContactDeletePayload
  224. ChatContactPayload - ChatContactPayload
  225. Chat_contact - Mediatype identifier: application/vnd.chat_contact+json; view=default
  226. Chat_contact_collection - Mediatype identifier: application/vnd.chat_contact_collection+json; view=default
  227. Currency - Currency
  228. CustomSubscriptionBillPayload - CustomSubscriptionBillPayload
  229. CustomSubscriptionChatPackagePayload - CustomSubscriptionChatPackagePayload
  230. CustomSubscriptionOrderPayload - CustomSubscriptionOrderPayload
  231. CustomSubscriptionPlanPayload - CustomSubscriptionPlanPayload
  232. CustomSubscriptionVoucherGroupPayload - CustomSubscriptionVoucherGroupPayload
  233. DNSRecord - DNSRecord
  234. Dimensions - Dimensions
  235. Domain - Mediatype identifier: application/vnd.domain+json; view=default
  236. DomainCollectionPayload - DomainCollectionPayload
  237. DomainCreatePayload - DomainCreatePayload
  238. DomainStatus - DomainStatus
  239. DomainType - DomainType
  240. Domain_collection - Mediatype identifier: application/vnd.domain_collection+json; view=default
  241. Download - Mediatype identifier: application/vnd.download+json; view=default
  242. DownloadCollectionPayload - DownloadCollectionPayload
  243. DownloadDeletePayload - DownloadDeletePayload
  244. Download_collection - Mediatype identifier: application/vnd.download_collection+json; view=default
  245. EmailAddress - EmailAddress
  246. EmailAddressCreatePayload - EmailAddressCreatePayload
  247. EmailAddressUpdatePayload - EmailAddressUpdatePayload
  248. EmailFromAddressStatus - EmailFromAddressStatus
  249. EmailSettings - EmailSettings
  250. EmailSettingsPayload - EmailSettingsPayload
  251. Email_from_address - Mediatype identifier: application/vnd.email_from_address+json; view=default
  252. Email_from_address_collection - Mediatype identifier: application/vnd.email_from_address_collection+json; view=default
  253. Email_replyto_address - Mediatype identifier: application/vnd.email_replyto_address+json; view=default
  254. Email_replyto_address_collection - Mediatype identifier: application/vnd.email_replyto_address_collection+json; view=default
  255. FontSizePayload - FontSizePayload
  256. FormBodyValue - FormBodyValue
  257. FormContentType - FormContentType
  258. FreshdeskIntegration - FreshdeskIntegration
  259. FreshdeskIntegrationPayload - FreshdeskIntegrationPayload
  260. Frontend_bot_chat_text - Mediatype identifier: application/vnd.frontend_bot_chat_text+json; view=default
  261. Gender - Gender
  262. GoogleDriveIntegration - GoogleDriveIntegration
  263. GoogleDriveIntegrationPayload - GoogleDriveIntegrationPayload
  264. Integration - Mediatype identifier: application/vnd.integration+json; view=default
  265. IntegrationCollectionPayload - IntegrationCollectionPayload
  266. IntegrationConfigAzureCognitiveServicesSpeech - IntegrationConfigAzureCognitiveServicesSpeech
  267. IntegrationConfigFreshdesk - IntegrationConfigFreshdesk
  268. IntegrationConfigGoogleDrive - IntegrationConfigGoogleDrive
  269. IntegrationConfigOpenAI - IntegrationConfigOpenAI
  270. IntegrationCreatePayload - IntegrationCreatePayload
  271. IntegrationReference - Mediatype identifier: application/vnd.integration+json; view=reference
  272. IntegrationStatus - IntegrationStatus
  273. IntegrationType - IntegrationType
  274. IntegrationTypeCategory - IntegrationTypeCategory
  275. IntegrationTypeCollectionPayload - IntegrationTypeCollectionPayload
  276. IntegrationTypeFeature - IntegrationTypeFeature
  277. IntegrationTypeTag - IntegrationTypeTag
  278. IntegrationUpdatePayload - IntegrationUpdatePayload
  279. Integration_collection - Mediatype identifier: application/vnd.integration_collection+json; view=default
  280. Integration_config - Mediatype identifier: application/vnd.integration_config+json; view=default
  281. Integration_type_collection - Mediatype identifier: application/vnd.integration_type_collection+json; view=default
  282. KnowledgeBaseArticleCollectionPayload - KnowledgeBaseArticleCollectionPayload
  283. KnowledgeBaseArticleDeletePayload - KnowledgeBaseArticleDeletePayload
  284. KnowledgeBaseArticlePayload - KnowledgeBaseArticlePayload
  285. KnowledgeBaseArticleReplacePayload - KnowledgeBaseArticleReplacePayload
  286. KnowledgeBaseArticleResource - KnowledgeBaseArticleResource
  287. KnowledgeBaseCollectionPayload - KnowledgeBaseCollectionPayload
  288. KnowledgeBaseImportCollectionPayload - KnowledgeBaseImportCollectionPayload
  289. KnowledgeBaseImportFreshdesk - KnowledgeBaseImportFreshdesk
  290. KnowledgeBaseImportPayload - KnowledgeBaseImportPayload
  291. KnowledgeBaseImportStatus - KnowledgeBaseImportStatus
  292. KnowledgeBaseMenuItem - KnowledgeBaseMenuItem
  293. KnowledgeBasePayload - KnowledgeBasePayload
  294. KnowledgeBaseSearchPayload - KnowledgeBaseSearchPayload
  295. KnowledgeBaseSection - KnowledgeBaseSection
  296. KnowledgeBaseStatus - KnowledgeBaseStatus
  297. Knowledge_base - Mediatype identifier: application/vnd.knowledge_base+json; view=default
  298. Knowledge_baseReference - Mediatype identifier: application/vnd.knowledge_base+json; view=reference
  299. Knowledge_base_article - Mediatype identifier: application/vnd.knowledge_base_article+json; view=default
  300. Knowledge_base_article_collection - Mediatype identifier: application/vnd.knowledge_base_article_collection+json; view=default
  301. Knowledge_base_collection - Mediatype identifier: application/vnd.knowledge_base_collection+json; view=default
  302. Knowledge_base_import - Mediatype identifier: application/vnd.knowledge_base_import+json; view=default
  303. Knowledge_base_import_collection - Mediatype identifier: application/vnd.knowledge_base_import_collection+json; view=default
  304. Knowledge_base_search_result_item - Mediatype identifier: application/vnd.knowledge_base_search_result_item+json; view=default
  305. Knowledge_base_search_result_item_collection - Mediatype identifier: application/vnd.knowledge_base_search_result_item_collection+json; view=default
  306. Language - Language
  307. LinkTarget - LinkTarget
  308. LiveChatAssignPayload - LiveChatAssignPayload
  309. LiveChatAttachmentAudioTranscriptionSettings - LiveChatAttachmentAudioTranscriptionSettings
  310. LiveChatAttachmentPayload - LiveChatAttachmentPayload
  311. LiveChatAttachmentSettings - LiveChatAttachmentSettings
  312. LiveChatAutomationRule - LiveChatAutomationRule
  313. LiveChatAutomationRuleAction - LiveChatAutomationRuleAction
  314. LiveChatAutomationRuleActionHeader - LiveChatAutomationRuleActionHeader
  315. LiveChatAutomationRuleActionLogItemCollectionPayload - LiveChatAutomationRuleActionLogItemCollectionPayload
  316. LiveChatAutomationRuleActionLogItemReferenceType - LiveChatAutomationRuleActionLogItemReferenceType
  317. LiveChatAutomationRuleConditionField - LiveChatAutomationRuleConditionField
  318. LiveChatAutomationRuleConditionOperator - LiveChatAutomationRuleConditionOperator
  319. LiveChatAutomationRuleReference - LiveChatAutomationRuleReference
  320. LiveChatCannedResponseCollectionPayload - LiveChatCannedResponseCollectionPayload
  321. LiveChatCannedResponsePayload - LiveChatCannedResponsePayload
  322. LiveChatCannedResponseRenderPayload - LiveChatCannedResponseRenderPayload
  323. LiveChatChannelModePayload - LiveChatChannelModePayload
  324. LiveChatCollectionPayload - LiveChatCollectionPayload
  325. LiveChatImportCollectionPayload - LiveChatImportCollectionPayload
  326. LiveChatImportFreshdesk - LiveChatImportFreshdesk
  327. LiveChatImportPayload - LiveChatImportPayload
  328. LiveChatImportStatus - LiveChatImportStatus
  329. LiveChatMergePayload - LiveChatMergePayload
  330. LiveChatMessageCollectionPayload - LiveChatMessageCollectionPayload
  331. LiveChatMessagePayload - LiveChatMessagePayload
  332. LiveChatPayload - LiveChatPayload
  333. LiveChatReference - LiveChatReference
  334. LiveChatSearchViewCollectionPayload - LiveChatSearchViewCollectionPayload
  335. LiveChatSearchViewPayload - LiveChatSearchViewPayload
  336. LiveChatSettings - LiveChatSettings
  337. LiveChatTranslationModePayload - LiveChatTranslationModePayload
  338. LiveChatUpdateCollectionPayload - LiveChatUpdateCollectionPayload
  339. Live_chat - Mediatype identifier: application/vnd.live_chat+json; view=default
  340. Live_chat_attachment - Mediatype identifier: application/vnd.live_chat_attachment+json; view=default
  341. Live_chat_automation_rule_action_log_item - Mediatype identifier: application/vnd.live_chat_automation_rule_action_log_item+json; view=default
  342. Live_chat_automation_rule_action_log_item_collection - Mediatype identifier: application/vnd.live_chat_automation_rule_action_log_item_collection+json; view=default
  343. Live_chat_canned_response - Mediatype identifier: application/vnd.live_chat_canned_response+json; view=default
  344. Live_chat_canned_response_collection - Mediatype identifier: application/vnd.live_chat_canned_response_collection+json; view=default
  345. Live_chat_collection - Mediatype identifier: application/vnd.live_chat_collection+json; view=default
  346. Live_chat_import - Mediatype identifier: application/vnd.live_chat_import+json; view=default
  347. Live_chat_import_collection - Mediatype identifier: application/vnd.live_chat_import_collection+json; view=default
  348. Live_chat_message - Mediatype identifier: application/vnd.live_chat_message+json; view=default
  349. Live_chat_message_collection - Mediatype identifier: application/vnd.live_chat_message_collection+json; view=default
  350. Live_chat_search_view - Mediatype identifier: application/vnd.live_chat_search_view+json; view=default
  351. Live_chat_search_view_collection - Mediatype identifier: application/vnd.live_chat_search_view_collection+json; view=default
  352. Lock - Mediatype identifier: application/vnd.lock+json; view=default
  353. LockDeletePayload - LockDeletePayload
  354. LockPayload - LockPayload
  355. LoginBackofficeAuthPayload - LoginBackofficeAuthPayload
  356. LoginOAuthCallbackConfirmPayload - LoginOAuthCallbackConfirmPayload
  357. LoginOauthPayload - LoginOauthPayload
  358. LoginProvider - LoginProvider
  359. LoginTokenBackofficeAuthPayload - LoginTokenBackofficeAuthPayload
  360. MailPayload - MailPayload
  361. NotificationSettings - NotificationSettings
  362. NotificationSettingsPayload - NotificationSettingsPayload
  363. NotificationTemplate - NotificationTemplate
  364. ObjectVersionCollectionPayload - ObjectVersionCollectionPayload
  365. ObjectVersionCreatePayload - ObjectVersionCreatePayload
  366. Object_version - Mediatype identifier: application/vnd.object_version+json; view=default
  367. Object_version_collection - Mediatype identifier: application/vnd.object_version_collection+json; view=default
  368. Offset - Offset
  369. OffsetPayload - OffsetPayload
  370. OffsetUnit - OffsetUnit
  371. OpenAIIntegration - OpenAIIntegration
  372. OpenAIIntegrationAutomationRule - OpenAIIntegrationAutomationRule
  373. OpenAIIntegrationAutomationRuleAction - OpenAIIntegrationAutomationRuleAction
  374. OpenAIIntegrationAutomationRuleActionCrawlUpdateAssistant - OpenAIIntegrationAutomationRuleActionCrawlUpdateAssistant
  375. OpenAIIntegrationAutomationRuleActionGoogleDriveSpreadsheetUpdateAssistant - OpenAIIntegrationAutomationRuleActionGoogleDriveSpreadsheetUpdateAssistant
  376. OpenAIIntegrationAutomationRuleActionLogItemCollectionPayload - OpenAIIntegrationAutomationRuleActionLogItemCollectionPayload
  377. OpenAIIntegrationAutomationRuleActionResponseAssessment - OpenAIIntegrationAutomationRuleActionResponseAssessment
  378. OpenAIIntegrationAutomationRuleConditionField - OpenAIIntegrationAutomationRuleConditionField
  379. OpenAIIntegrationAutomationRuleConditionOperator - OpenAIIntegrationAutomationRuleConditionOperator
  380. OpenAIIntegrationAutomationRuleReference - OpenAIIntegrationAutomationRuleReference
  381. OpenAIIntegrationPayload - OpenAIIntegrationPayload
  382. Open_ai_integration_automation_rule_action_log_item - Mediatype identifier: application/vnd.open_ai_integration_automation_rule_action_log_item+json; view=default
  383. Open_ai_integration_automation_rule_action_log_item_collection - Mediatype identifier: application/vnd.open_ai_integration_automation_rule_action_log_item_collection+json; view=default
  384. OptionalTranslation - OptionalTranslation
  385. Organisation - Mediatype identifier: application/vnd.organisation+json; view=default
  386. OrganisationActivateCallback - OrganisationActivateCallback
  387. OrganisationActivatePayload - OrganisationActivatePayload
  388. OrganisationCollectionPayload - OrganisationCollectionPayload
  389. OrganisationCreatePayload - OrganisationCreatePayload
  390. OrganisationDeactivatePayload - OrganisationDeactivatePayload
  391. OrganisationMemberSettingsLiveChat - OrganisationMemberSettingsLiveChat
  392. OrganisationMemberSettingsLiveChatList - OrganisationMemberSettingsLiveChatList
  393. OrganisationMemberSettingsPayload - OrganisationMemberSettingsPayload
  394. OrganisationMembershipCollectionPayload - OrganisationMembershipCollectionPayload
  395. OrganisationMembershipRole - OrganisationMembershipRole
  396. OrganisationMembershipUpdatePayload - OrganisationMembershipUpdatePayload
  397. OrganisationReference - Mediatype identifier: application/vnd.organisation+json; view=reference
  398. OrganisationReferralPaymentCollectionPayload - OrganisationReferralPaymentCollectionPayload
  399. OrganisationReferralPaymentPayload - OrganisationReferralPaymentPayload
  400. OrganisationSubscriptionStatus - OrganisationSubscriptionStatus
  401. OrganisationSubscriptionUsage - OrganisationSubscriptionUsage
  402. OrganisationUpdatePayload - OrganisationUpdatePayload
  403. Organisation_activation_result - Mediatype identifier: application/vnd.organisation_activation_result+json; view=default
  404. Organisation_billing_settings - Mediatype identifier: application/vnd.organisation_billing_settings+json; view=default
  405. Organisation_collection - Mediatype identifier: application/vnd.organisation_collection+json; view=default
  406. Organisation_member_settings - Mediatype identifier: application/vnd.organisation_member_settings+json; view=default
  407. Organisation_membership - Mediatype identifier: application/vnd.organisation_membership+json; view=default
  408. Organisation_membershipReference - Mediatype identifier: application/vnd.organisation_membership+json; view=reference
  409. Organisation_membership_collection - Mediatype identifier: application/vnd.organisation_membership_collection+json; view=default
  410. Organisation_referral - Mediatype identifier: application/vnd.organisation_referral+json; view=default
  411. Organisation_referral_payment - Mediatype identifier: application/vnd.organisation_referral_payment+json; view=default
  412. Organisation_referral_payment_collection - Mediatype identifier: application/vnd.organisation_referral_payment_collection+json; view=default
  413. Organisation_subscription - Mediatype identifier: application/vnd.organisation_subscription+json; view=default
  414. Organisation_subscriptionReference - Mediatype identifier: application/vnd.organisation_subscription+json; view=reference
  415. PasswordScorePayload - PasswordScorePayload
  416. Password_score - Mediatype identifier: application/vnd.password_score+json; view=default
  417. Payment - Mediatype identifier: application/vnd.payment+json; view=default
  418. PaymentCollectionPayload - PaymentCollectionPayload
  419. PaymentCreatePayload - PaymentCreatePayload
  420. PaymentMandateStatus - PaymentMandateStatus
  421. PaymentMethod - PaymentMethod
  422. PaymentPurpose - PaymentPurpose
  423. PaymentRecurringType - PaymentRecurringType
  424. PaymentStatus - PaymentStatus
  425. PaymentUpdateStatusPayload - PaymentUpdateStatusPayload
  426. Payment_collection - Mediatype identifier: application/vnd.payment_collection+json; view=default
  427. Payment_mandate - Mediatype identifier: application/vnd.payment_mandate+json; view=default
  428. Payment_mandate_collection - Mediatype identifier: application/vnd.payment_mandate_collection+json; view=default
  429. Permission - Permission
  430. Point - Point
  431. PostInitBehaviourConditionField - PostInitBehaviourConditionField
  432. PrivacyTerms - PrivacyTerms
  433. Recaptcha - Mediatype identifier: application/vnd.recaptcha+json; view=default
  434. ReputationStatus - ReputationStatus
  435. RequestPasswordResetConfirmPayload - RequestPasswordResetConfirmPayload
  436. RequestPasswordResetRequestPayload - RequestPasswordResetRequestPayload
  437. RequestUsernameChangeConfirmPayload - RequestUsernameChangeConfirmPayload
  438. RequestUsernameChangeRequestPayload - RequestUsernameChangeRequestPayload
  439. ResponseCreatePayload - ResponseCreatePayload
  440. ResponseUploadPayload - ResponseUploadPayload
  441. SESNotification - SESNotification
  442. SoundNotification - SoundNotification
  443. StickyAvatarAnimation - StickyAvatarAnimation
  444. StickyAvatarAnimationPayload - StickyAvatarAnimationPayload
  445. StickyAvatarOffset - StickyAvatarOffset
  446. StickyAvatarOffsetPayload - StickyAvatarOffsetPayload
  447. StickyAvatarPopup - StickyAvatarPopup
  448. StickyAvatarPopupBehaviour - StickyAvatarPopupBehaviour
  449. Subscriber - Mediatype identifier: application/vnd.subscriber+json; view=default
  450. SubscriberCollectionPayload - SubscriberCollectionPayload
  451. SubscriberDeletePayload - SubscriberDeletePayload
  452. SubscriberGroupCollectionPayload - SubscriberGroupCollectionPayload
  453. SubscriberGroupDeletePayload - SubscriberGroupDeletePayload
  454. SubscriberGroupPayload - SubscriberGroupPayload
  455. Subscriber_collection - Mediatype identifier: application/vnd.subscriber_collection+json; view=default
  456. Subscriber_group - Mediatype identifier: application/vnd.subscriber_group+json; view=default
  457. Subscriber_group_collection - Mediatype identifier: application/vnd.subscriber_group_collection+json; view=default
  458. SubscriptionBillPayload - SubscriptionBillPayload
  459. SubscriptionBillPlan - SubscriptionBillPlan
  460. SubscriptionInvoiceBillPayload - SubscriptionInvoiceBillPayload
  461. SubscriptionInvoiceCollectionPayload - SubscriptionInvoiceCollectionPayload
  462. SubscriptionInvoiceRerenderPayload - SubscriptionInvoiceRerenderPayload
  463. SubscriptionInvoiceRetryFailedPaymentsPayload - SubscriptionInvoiceRetryFailedPaymentsPayload
  464. SubscriptionInvoiceStatus - SubscriptionInvoiceStatus
  465. SubscriptionInvoiceUpdateCollectionPayload - SubscriptionInvoiceUpdateCollectionPayload
  466. SubscriptionInvoiceUpdatePayload - SubscriptionInvoiceUpdatePayload
  467. SubscriptionOrderCheckoutPayload - SubscriptionOrderCheckoutPayload
  468. SubscriptionOrderCollectionPayload - SubscriptionOrderCollectionPayload
  469. SubscriptionOrderPayload - SubscriptionOrderPayload
  470. SubscriptionOrderStatus - SubscriptionOrderStatus
  471. SubscriptionOrderUpdatePayload - SubscriptionOrderUpdatePayload
  472. SubscriptionPeriod - SubscriptionPeriod
  473. SubscriptionPlanChatPackage - SubscriptionPlanChatPackage
  474. SubscriptionPlanChatPackageCollection - SubscriptionPlanChatPackageCollection
  475. SubscriptionPlanFeature - SubscriptionPlanFeature
  476. SubscriptionQuotaStatus - SubscriptionQuotaStatus
  477. SubscriptionVoucherCollectionPayload - SubscriptionVoucherCollectionPayload
  478. SubscriptionVoucherGroupCollectionPayload - SubscriptionVoucherGroupCollectionPayload
  479. SubscriptionVoucherGroupPayload - SubscriptionVoucherGroupPayload
  480. SubscriptionVoucherGroupStatus - SubscriptionVoucherGroupStatus
  481. Subscription_bill - Mediatype identifier: application/vnd.subscription_bill+json; view=default
  482. Subscription_invoice - Mediatype identifier: application/vnd.subscription_invoice+json; view=default
  483. Subscription_invoiceReference - Mediatype identifier: application/vnd.subscription_invoice+json; view=reference
  484. Subscription_invoice_bill - Mediatype identifier: application/vnd.subscription_invoice_bill+json; view=default
  485. Subscription_invoice_bill_item - Mediatype identifier: application/vnd.subscription_invoice_bill_item+json; view=default
  486. Subscription_invoice_collection - Mediatype identifier: application/vnd.subscription_invoice_collection+json; view=default
  487. Subscription_invoice_item - Mediatype identifier: application/vnd.subscription_invoice_item+json; view=default
  488. Subscription_order - Mediatype identifier: application/vnd.subscription_order+json; view=default
  489. Subscription_orderReference - Mediatype identifier: application/vnd.subscription_order+json; view=reference
  490. Subscription_order_collection - Mediatype identifier: application/vnd.subscription_order_collection+json; view=default
  491. Subscription_plan - Mediatype identifier: application/vnd.subscription_plan+json; view=default
  492. Subscription_planReference - Mediatype identifier: application/vnd.subscription_plan+json; view=reference
  493. Subscription_plan_collection - Mediatype identifier: application/vnd.subscription_plan_collection+json; view=default
  494. Subscription_voucher - Mediatype identifier: application/vnd.subscription_voucher+json; view=default
  495. Subscription_voucher_collection - Mediatype identifier: application/vnd.subscription_voucher_collection+json; view=default
  496. Subscription_voucher_group - Mediatype identifier: application/vnd.subscription_voucher_group+json; view=default
  497. Subscription_voucher_groupReference - Mediatype identifier: application/vnd.subscription_voucher_group+json; view=reference
  498. Subscription_voucher_group_collection - Mediatype identifier: application/vnd.subscription_voucher_group_collection+json; view=default
  499. TableColumn - TableColumn
  500. Terms_file - Mediatype identifier: application/vnd.terms_file+json; view=default
  501. Translation - Translation
  502. TriggerConditionField - TriggerConditionField
  503. TriggerConditionOperator - TriggerConditionOperator
  504. Twitter_events_verify_response - Mediatype identifier: application/vnd.twitter_events_verify_response+json; view=default
  505. UsageItem - UsageItem
  506. VisitorDevice - VisitorDevice
  507. error - Mediatype identifier: application/vnd.goa.error; view=default

Agent - Mediatype identifier: application/vnd.agent+json; view=default Up

Agent (default view)
avatar (optional)
bot (optional)
String Bot id
chat (optional)
String Chat id
created_at
Date Date of creation format: date-time
email (optional)
first_name (optional)
groups (optional)
id
last_name (optional)
organisation (optional)
String Organisation id
status
String Status
Enum:
away
online
invisible
updated_at (optional)
Date Date of update format: date-time
user (optional)

AgentCollectionPayload - AgentCollectionPayload Up

Agent collection payload
group (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc
status (optional)
Enum:

AgentGroupCollectionPayload - AgentGroupCollectionPayload Up

Agent group collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

AgentGroupMemberPayload - AgentGroupMemberPayload Up

Agent group member payload
agents
array[String] Agent IDs

AgentGroupPayload - AgentGroupPayload Up

Agent group payload
description (optional)
name

AgentPayload - AgentPayload Up

Agent payload
avatar (optional)
first_name (optional)
last_name (optional)
status (optional)
String Status
Enum:
away
online
invisible
user (optional)
String User

AgentReference - Mediatype identifier: application/vnd.agent+json; view=reference Up

Agent (reference view)
avatar (optional)
email (optional)
first_name (optional)
id
last_name (optional)
status
String Status
Enum:
away
online
invisible

Agent_collection - Mediatype identifier: application/vnd.agent_collection+json; view=default Up

agent collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Agent_group - Mediatype identifier: application/vnd.agent_group+json; view=default Up

Agent group (default view)
created_at
Date Date of creation format: date-time
description (optional)
id
name
organisation
String Organisation id
updated_at (optional)
Date Date of update format: date-time

Agent_groupReference - Mediatype identifier: application/vnd.agent_group+json; view=reference Up

Agent group (reference view)
id
name
organisation
String Organisation id

Agent_group_collection - Mediatype identifier: application/vnd.agent_group_collection+json; view=default Up

agent_group collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

AnimationPattern - AnimationPattern Up

Animation pattern
description (optional)
id
Enum:
0
1
2
3
4
5
6
7
10
11
12
name (optional)
value
Enum:
fade_in_out
horizontal_flipping
vertical_flipping
horizontal_appearing
vertical_appearing
horizontal_3d_rotation
vertical_3d_rotation
explosion
barrel_roll
zoom_in_out
zoom_and_rotate

AnimationTiming - AnimationTiming Up

Animation timing
description (optional)
id
Enum:
0
1
2
3
4
5
name (optional)
value
Enum:
ease
ease_in
ease_out
ease_in_out
linear
cubic_bezier

AnnotatedLink - AnnotatedLink Up

Annotated link
link_text
link_url
text

Api_configuration - Mediatype identifier: application/vnd.api_configuration+json; view=default Up

API configuration (default view)
backoffice_url
graphql_cognito_identity_pool_id
graphql_url

Authorized - Mediatype identifier: application/vnd.authorized+json; view=default Up

An authorized response (default view)
expires_at
Date JWT token expiration time format: date-time
token
String JWT token
user

AutoCompleteItemCollectionPayload - AutoCompleteItemCollectionPayload Up

Auto complete item collection payload
agent_groups (optional)
enum (optional)
Enum:
CampaignAutomationRuleActionTypes
OpenAIIntegrationAutomationRuleTriggerTypes
OpenAIIntegrationAutomationRuleActionTypes
OpenAIIntegrationAutomationRuleActionVariables
OpenAIIntegrationAutomationRuleCrawlUpdateAssistantFormats
OpenAIIntegrationAutomationRuleActionResponseAssessmentPeriods
CampaignAutomationRuleActionVariables
IntegrationType
OpenAIIntegrationVoices
CampaignAutomationRuleTriggerTypes
ids (optional)
integration_type_features (optional)
Enum:
knowledge_base_categories (optional)
knowledge_base_tags (optional)
live_chat_canned_response_categories (optional)
page_number (optional)
page_size (optional)
search (optional)

Autocomplete_item - Mediatype identifier: application/vnd.autocomplete_item+json; view=default Up

Autocomplete item (default view)
description (optional)
icon (optional)
id
text

Autocomplete_item_collection - Mediatype identifier: application/vnd.autocomplete_item_collection+json; view=default Up

autocomplete_item collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

AzureCognitiveServicesSpeechIntegration - AzureCognitiveServicesSpeechIntegration Up

Azure cognitive services speech integration
region (optional)

AzureCognitiveServicesSpeechIntegrationPayload - AzureCognitiveServicesSpeechIntegrationPayload Up

Azure cognitive services speech integration payload
api_key
region

BehaviourConditionField - BehaviourConditionField Up

Bot behaviour condition fields
description (optional)
id
Enum:
0
10
11
1
2
3
4
5
6
7
8
9
12
13
14
15
name (optional)
value
Enum:
ip
country
city
pageHostName
pagePath
pageURL
referrer
dayOfWeek
time
deviceType
day
month
isReturning
visitCount
state
continent

BillingSettingsPayload - BillingSettingsPayload Up

Organisation billing settings payload
auto_chat_package (optional)
Boolean Adjust chat package automatically
payer (optional)
String Payer organisation ID
payment_mandate_id (optional)
String Selected payment mandate id
payment_type (optional)
String Payment type
Enum:
standard
external

BillingSettingsPaymentType - BillingSettingsPaymentType Up

Billing settings payment type
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
standard
external

BoUserAPIKeyPayload - BoUserAPIKeyPayload Up

Backoffice user API key payload
name
String Name

BoUserAPIKeyReference - BoUserAPIKeyReference Up

Backoffice user API key payload
created_at
Date Date of creation format: date-time
id
String ID
name
String Name
updated_at (optional)
Date Date of update format: date-time

BoUserAPIKeyReferenceCollectionPayload - BoUserAPIKeyReferenceCollectionPayload Up

A backoffice user API key reference collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

BoUserCollectionPayload - BoUserCollectionPayload Up

User collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

BoUserCreatePayload - BoUserCreatePayload Up

A backoffice user payload
email
String Email of backoffice user format: email
first_name
String Firstname of backoffice user
gender (optional)
String Gender of backoffice user
Enum:
male
female
language (optional)
String Language
Enum:
cs-cz
de-de
en-us
es-es
fr-fr
it-it
nl-nl
pt-br
ru-ru
uk-ua
last_name
String Lastname of backoffice user
password
String Password of backoffice user
timezone (optional)
String Timezone

BoUserExpoPushSubscriptionPayload - BoUserExpoPushSubscriptionPayload Up

Backoffice user expo push subscription payload
expo_token
String Expo token
notification_enabled (optional)
Boolean Notification enabled
sound_notification_enabled (optional)
Boolean Sound notification enabled
user_agent
String User agent

BoUserInviteAcceptPayload - BoUserInviteAcceptPayload Up

A backoffice user invite accept payload
email (optional)
String Email of backoffice user format: email
first_name (optional)
String Firstname of backoffice user
invite_code
String Invite code
is_accepted_toc (optional)
Boolean Flag whether a user had accepted T&C
last_name (optional)
String Lastname of backoffice user
password (optional)
String Password of backoffice user
recaptcha_response
String Recaptcha response

BoUserInviteActionPayload - BoUserInviteActionPayload Up

Backoffice user invite action payload
ids (optional)
search (optional)

BoUserInviteCollectionPayload - BoUserInviteCollectionPayload Up

User invite collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

BoUserInviteCreatePayload - BoUserInviteCreatePayload Up

Invite create payload
add_to_sub_organisations (optional)
email
String Email of backoffice user format: email
first_name
String Firstname of backoffice user
last_name
String Lastname of backoffice user
recaptcha_response
role
Enum:
member
admin
read_only
agent
welcome_notification

BoUserOAuth - BoUserOAuth Up

Backoffice user oauth authorizatioon
created_at
Date Date of creation format: date-time
id
String ID
provider
provider_user_id
String provider user id
updated_at (optional)
Date Date of update format: date-time

BoUserOAuthConfirmPayload - BoUserOAuthConfirmPayload Up

A backoffice oauth user registration confirm payload
code
String Code
email
String Email of backoffice user format: email
first_name
String Firstname of backoffice user
is_accepted_dpa
Boolean Flag whether a user had accepted DPA
is_accepted_toc
Boolean Flag whether a user had accepted T&C
last_name
String Lastname of backoffice user
recaptcha_response
String Recaptcha response
referral_code (optional)
String Optional referral code
voucher_code (optional)
String Optional subscripton voucher code

BoUserPushSubscriptionCollectionPayload - BoUserPushSubscriptionCollectionPayload Up

A backoffice user push subscription collection payload
endpoint (optional)
expo_token (optional)
notification_enabled (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc
sound_notification_enabled (optional)
type (optional)
Enum:
web
expo

BoUserPushSubscriptionPayload - BoUserPushSubscriptionPayload Up

Backoffice user push subscription payload
expo_token (optional)
String Expo token
notification_enabled (optional)
Boolean Notification enabled
sound_notification_enabled (optional)
Boolean Sound notification enabled
subscription (optional)
user_agent (optional)
String User agent

BoUserRegistrationConfirmationPayload - BoUserRegistrationConfirmationPayload Up

A backoffice user registration confirmation payload
token
String Token

BoUserRegistrationPayload - BoUserRegistrationPayload Up

A backoffice user registration payload
email
String Email of backoffice user format: email
first_name
String Firstname of backoffice user
is_accepted_dpa
Boolean Flag whether a user had accepted DPA
is_accepted_toc
Boolean Flag whether a user had accepted T&C
last_name
String Lastname of backoffice user
password
String Password of backoffice user
recaptcha_response
String Recaptcha response
referral_code (optional)
String Optional referral code
voucher_code (optional)
String Optional subscripton voucher code

BoUserRole - BoUserRole Up

Backoffice user role
description (optional)
id
Enum:
1
0
2
name (optional)
value
Enum:
admin
user
consumer

BoUserUpdatePayload - BoUserUpdatePayload Up

A backoffice user payload
avatar (optional)
String Avatar
email (optional)
String Email of backoffice user format: email
favorite_organisations (optional)
array[String] Favorite organisations
first_name (optional)
String Firstname of backoffice user
gender (optional)
String Gender of backoffice user
Enum:
male
female
has_password (optional)
Boolean Has password
is_accepted_toc (optional)
Boolean Flag whether a user had accepted T&C
is_active (optional)
Boolean Is active
language (optional)
String Language
Enum:
cs-cz
de-de
en-us
es-es
fr-fr
it-it
nl-nl
pt-br
ru-ru
uk-ua
last_name (optional)
String Lastname of backoffice user
password (optional)
String Password of backoffice user
timezone (optional)
String Timezone

Bo_user - Mediatype identifier: application/vnd.bo_user+json; view=default Up

A backoffice account (default view)
accepted_privacy (optional)
String Accepted Privacy Policy
accepted_toc (optional)
String Accepted T&C
accepted_toc_at (optional)
Date Date and time when a user had accepted T&C format: date-time
agent (optional)
avatar (optional)
String Avatar
created_at
Date Date of creation format: date-time
deactivated_at (optional)
Date Date and time of user deactivation format: date-time
email
String Email of backoffice user format: email
favorite_organisations (optional)
array[Organisation] Favorite organisations of backoffice user
first_name
String Firstname of backoffice user
gender (optional)
has_password
Boolean Has password
id
String ID of a backoffice user
is_accepted_toc
Boolean Flag whether a user had accepted T&C
is_active
Boolean Is active
language (optional)
String Language
lastLogin (optional)
Date Last login of backoffice user format: date-time
last_name
String Lastname of backoffice user
membership (optional)
oauths (optional)
array[BoUserOAuth] OAuth authorizations
permissions (optional)
array[Permission] Global permissions
referrer (optional)
role (optional)
timezone (optional)
String Timezone
updated_at (optional)
Date Date of update format: date-time
username
String Username of backoffice user format: email

Bo_userLink - Mediatype identifier: application/vnd.bo_user+json; view=link Up

A backoffice account (link view)
id
String ID of a backoffice user

Bo_userReference - Mediatype identifier: application/vnd.bo_user+json; view=reference Up

A backoffice account (reference view)
email
String Email of backoffice user format: email
first_name
String Firstname of backoffice user
id
String ID of a backoffice user
last_name
String Lastname of backoffice user
username
String Username of backoffice user format: email

Bo_user_api_key - Mediatype identifier: application/vnd.bo_user_api_key+json; view=default Up

A backoffice user API key (default view)
created_at
Date Date of creation format: date-time
id
String ID
key
String Key
name
String Name
updated_at (optional)
Date Date of update format: date-time

Bo_user_collection - Mediatype identifier: application/vnd.bo_user_collection+json; view=default Up

bo_user collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Bo_user_invite - Mediatype identifier: application/vnd.bo_user_invite+json; view=default Up

A backoffice user registration (default view)
confirmed_at (optional)
Date format: date-time
created_at
Date format: date-time
email
String Email of backoffice user format: email
first_name
String Firstname of backoffice user
id
String ID of a backoffice invite
language (optional)
String Language
last_name
String Lastname of backoffice user
organisation (optional)
role
updated_at (optional)
Date format: date-time
user (optional)
welcome_notification (optional)

Bo_user_invite_collection - Mediatype identifier: application/vnd.bo_user_invite_collection+json; view=default Up

bo_user_invite collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Bo_user_oauth_registration - Mediatype identifier: application/vnd.bo_user_oauth_registration+json; view=default Up

A backoffice oauth user registration (default view)
email
first_name
is_accepted_dpa
is_accepted_toc
language (optional)
last_name

Bo_user_push_subscription - Mediatype identifier: application/vnd.bo_user_push_subscription+json; view=default Up

A backoffice user push subscription (default view)
created_at
Date Date of creation format: date-time
expo_token (optional)
String Expo token
id
String ID
notification_enabled (optional)
Boolean Notification enabled
organisation (optional)
public_key
String Public key
sound_notification_enabled (optional)
Boolean Sound notification enabled
type (optional)
Enum:
web
expo
updated_at (optional)
Date Date of update format: date-time
user_agent (optional)
String User agent

Bo_user_push_subscription_collection - Mediatype identifier: application/vnd.bo_user_push_subscription_collection+json; view=default Up

bo_user_push_subscription collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Bo_user_registration - Mediatype identifier: application/vnd.bo_user_registration+json; view=default Up

A backoffice user registration (default view)
confirmed_at (optional)
Date format: date-time
created_at
Date format: date-time
email
String Email of backoffice user format: email
first_name
String Firstname of backoffice user
id
String ID of a backoffice registration
is_accepted_dpa
Boolean Flag whether a user had accepted DPA
is_accepted_toc
Boolean Flag whether a user had accepted T&C
last_name
String Lastname of backoffice user
updated_at (optional)
Date format: date-time

Bo_user_registrationCollection - Mediatype identifier: application/vnd.bo_user_registration+json; type=collection; view=default Up

Bo_user_registrationCollection is the media type for an array of Bo_user_registration (default view)

Bo_user_username_change - Mediatype identifier: application/vnd.bo_user_username_change+json; view=default Up

A backoffice account username change request (default view)
id
username
String Username of backoffice user format: email

Bo_userapi_key_reference_collection - Mediatype identifier: application/vnd.bo_userapi_key_reference_collection+json; view=default Up

bo_userapi_key_reference collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Bot - Mediatype identifier: application/vnd.bot+json; view=default Up

Bot (default view)
autostart_count (optional)
Integer Autostart after given page visits
autostart_timeout (optional)
Integer Autostart after given milliseconds
autostart_timeout_mobile (optional)
Long Autostart on mobile after given milliseconds format: int64
behaviours (optional)
array[BotBehaviour] Bot behaviours
channels (optional)
created_at
Date Date of creation format: date-time
default_variables (optional)
array[BotVariable] Default variables
description (optional)
String Description
developer_mode (optional)
Boolean Developer mode
disable_auto_move (optional)
Boolean Disable an automatic move of the bot between the organizations
disable_redo (optional)
Boolean Disable redo
domain (optional)
edit_mode (optional)
edit_position (optional)
expiry_timeout (optional)
Integer Expire conversation after given hours
feedback_mode (optional)
String Feedback mode
Enum:
enabled_all
enabled_responses
enabled_texts
disabled
frontend (optional)
ga (optional)
Boolean Enable GA reporting
ga_events (optional)
Boolean Enable GA events
ga_include_events (optional)
array[String] Only include those GA events
Enum:
gtm_events (optional)
Boolean Enable GTM events
gtm_include_events (optional)
array[String] Only include those GTM events
Enum:
has_recaptcha (optional)
Boolean Has recaptcha check
id
String ID of a bot
init_options (optional)
String Custom init options
invalid_responses (optional)
array[BotChatText] Error responses
landing_page (optional)
languages
array[Language] Supported languages
live_chat (optional)
max_autostart_count (optional)
Integer Maximum number of autostarts for a given visitor
menu (optional)
message_delay (optional)
missing_responses (optional)
array[BotChatText] Missing responses
name
String Name
no_store_responses (optional)
Boolean Skip storing bot responses
no_view_responses (optional)
Boolean Disable viewing individual bot responses
not_found_responses (optional)
array[BotChatText] Not found responses
notification (optional)
open_on_exit_intent (optional)
Boolean Open on exit intent
open_on_exit_intent_mobile (optional)
Boolean Open on exit intent mobile
open_on_exit_intent_timeout (optional)
Integer Open on exit intent after given milliseconds
open_on_exit_intent_timeout_mobile (optional)
Long Open on exit intent on mobile after given milliseconds format: int64
open_on_start (optional)
Boolean Open on start
open_on_start_mobile (optional)
Boolean Open on start mobile
organisation (optional)
preload (optional)
Boolean Preload bot on widget load
prevent_exit_if_incomplete (optional)
Boolean Prevent user exit when bot is not complete
preview_image (optional)
String Preview image
preview_url (optional)
String Preview URL
privacy_terms
redo_warning_text (optional)
remove_history_on_redo (optional)
Boolean Remove history on redo
reporting_token (optional)
String Auth token for reporting
response_actions (optional)
array[BotResponseAction] Response actions
restart_after_close (optional)
Boolean Restart after close
restart_after_close_mobile (optional)
Boolean Restart after close mobile
restore_state (optional)
Boolean Restore state of the bot after user drop
slug (optional)
String Slug
sound_notifications (optional)
Object Sound notifications
status
steps (optional)
template_group (optional)
theme (optional)
trigger_condition (optional)
Object Trigger condition
type
updated_at (optional)
Date Date of update format: date-time
use_dynamic_translation (optional)
Boolean Use dynamic translation for the bot content
utm_campaign (optional)
String UTM campaign
utm_content (optional)
String UTM content
utm_custom (optional)
String UTM custom parameters
utm_medium (optional)
String UTM medium
utm_source (optional)
String UTM source
utm_term (optional)
String UTM term
variables (optional)

BotBatchUpdateCollectionPayload - BotBatchUpdateCollectionPayload Up

Bot batch update collection payload
ids (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

BotBatchUpdatePayload - BotBatchUpdatePayload Up

Bot batch update payload
name

BotBehaviour - BotBehaviour Up

Bot behaviour
autostart_count (optional)
Integer Autostart after given page visits
autostart_timeout (optional)
Integer Autostart after given milliseconds
autostart_timeout_mobile (optional)
Integer Autostart on mobile after given milliseconds
condition
Object Condition
description (optional)
String Description for backoffice reference
entry_point (optional)
Long Entry point step format: int64
id
String Server-provided ID
key
Integer User-provided key
max_autostart_count (optional)
Integer Maximum autostart count for a given visitor
name (optional)
String Name for backoffice reference
open_on_exit_intent (optional)
Boolean Open on exit intent on
open_on_exit_intent_mobile (optional)
Boolean Open on exit intent on mobile
open_on_exit_intent_timeout (optional)
Integer Open on exit intent after given milliseconds
open_on_exit_intent_timeout_mobile (optional)
Integer Open on exit intent after given milliseconds on mobile
open_on_start (optional)
Boolean Open on start
open_on_start_mobile (optional)
Boolean Open on start mobile
restart_after_close (optional)
Boolean Restart after close
restart_after_close_mobile (optional)
Boolean Restart after close on mobile
sound_notifications (optional)
Object Sound notifications
theme (optional)
type
String Type
Enum:
pre_init
post_init

BotBehaviourPayload - BotBehaviourPayload Up

Bot behaviour payload
autostart_count (optional)
Integer Autostart after given page visits
autostart_timeout (optional)
Integer Autostart after given milliseconds
autostart_timeout_mobile (optional)
Integer Autostart on mobile after given milliseconds
condition
Object Condition
condition_field (optional)
description (optional)
String Description for backoffice reference
entry_point (optional)
Long Entry point step format: int64
id (optional)
String Server-provided ID
key
Integer User-provided key
max_autostart_count (optional)
Integer Maximum autostart count for a given visitor
name (optional)
String Name for backoffice reference
open_on_exit_intent (optional)
Boolean Open on exit intent on
open_on_exit_intent_mobile (optional)
Boolean Open on exit intent on mobile
open_on_exit_intent_timeout (optional)
Integer Open on exit intent after given milliseconds
open_on_exit_intent_timeout_mobile (optional)
Integer Open on exit intent after given milliseconds on mobile
open_on_start (optional)
Boolean Open on start
open_on_start_mobile (optional)
Boolean Open on start mobile
post_init_condition_field (optional)
restart_after_close (optional)
Boolean Restart after close
restart_after_close_mobile (optional)
Boolean Restart after close on mobile
sound_notifications (optional)
Object Sound notifications
theme (optional)
type
String Type
Enum:
pre_init
post_init

BotChannelAudioTranscriptionSettings - BotChannelAudioTranscriptionSettings Up

Bot channel audio transcription settings
integration (optional)
String Integration
is_enabled (optional)
Boolean Enabled

BotChannelCollectionPayload - BotChannelCollectionPayload Up

Bot channel collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

BotChannelConfigFacebook - BotChannelConfigFacebook Up

BotChannelConfigFacebook
pages

BotChannelConfigFacebookPage - BotChannelConfigFacebookPage Up

Bot channel config facebook page
id
name

BotChannelConfigGoogleBusinessMessages - BotChannelConfigGoogleBusinessMessages Up

BotChannelConfigGoogleBusinessMessages
accounts

BotChannelConfigGoogleBusinessMessagesAccount - BotChannelConfigGoogleBusinessMessagesAccount Up

Bot channel config instagram account
id
name

BotChannelConfigInstagram - BotChannelConfigInstagram Up

BotChannelConfigInstagram
accounts

BotChannelConfigInstagramAccount - BotChannelConfigInstagramAccount Up

Bot channel config instagram account
fb_page_id
fb_page_name
id
name
username

BotChannelMessageBirdType - BotChannelMessageBirdType Up

Bot channel message bird type
description (optional)
id
Enum:
0
name (optional)
value
Enum:
whatsapp

BotChannelPayload - BotChannelPayload Up

audio_transcription (optional)
dialog360_api_key (optional)
dialog360_base_path (optional)
dialog360_sandbox_api_key (optional)
dialog360_sandbox_base_path (optional)
dialog360_sandbox_user_id (optional)
dialog360_user_id (optional)
fb_autostart (optional)
fb_get_started_text (optional)
fb_handover_message (optional)
fb_page_id (optional)
google_business_messages_account_id (optional)
google_business_messages_location_id (optional)
instagram_account_id (optional)
line_bot_basic_id (optional)
line_channel_access_token (optional)
line_channel_id (optional)
line_channel_secret (optional)
menu (optional)
message_bird_api_key (optional)
message_bird_channel_id (optional)
message_bird_signing_key (optional)
message_bird_type (optional)
Enum:
whatsapp
message_bird_user_id (optional)
name
telegram_access_token (optional)
telegram_username (optional)
text_to_speech (optional)
triggers (optional)
twilio_whatsapp_account_sid (optional)
twilio_whatsapp_auth_token (optional)
twilio_whatsapp_sandbox_account_sid (optional)
twilio_whatsapp_sandbox_auth_token (optional)
twilio_whatsapp_sandbox_user_id (optional)
twilio_whatsapp_user_id (optional)
type
Enum:
facebook
web
twilio_whatsapp
line
message_bird
telegram
email
viber
dialog360
instagram
twitter
google_business_messages
viber_auth_token (optional)
viber_uri (optional)

BotChannelStatus - BotChannelStatus Up

Bot channel status
description (optional)
id
Enum:
0
1
2
name (optional)
value
Enum:
created
active
verified

BotChannelTestUrl - BotChannelTestUrl Up

Bot channel test URL
type
String Type
Enum:
unspecified
android_web
android_google_maps
ios_google_maps
url
String URL

BotChannelTextToSpeechSettings - BotChannelTextToSpeechSettings Up

Bot channel text to speech settings
gender
String Gender
Enum:
male
female
integration (optional)
String Integration
is_enabled (optional)
Boolean Enabled

BotChannelTrigger - BotChannelTrigger Up

BotChannelTriggerBase
fb_comment_exclude_keywords (optional)
fb_comment_exclude_posts (optional)
fb_comment_include_keywords (optional)
fb_comment_include_posts (optional)
fb_comment_like (optional)
fb_comment_message (optional)
fb_comment_reply (optional)
id (optional)
key
Integer Client-provided ID

BotChannelType - BotChannelType Up

Bot channel type
description (optional)
id
Enum:
0
1
2
3
4
5
6
7
8
9
10
11
name (optional)
value
Enum:
facebook
web
twilio_whatsapp
line
message_bird
telegram
email
viber
dialog360
instagram
twitter
google_business_messages

BotChatStepAnswerPayload - BotChatStepAnswerPayload Up

Bot chat step answer payload
text
value (optional)

BotChatStepOptionCollectionPayload - BotChatStepOptionCollectionPayload Up

Bot chat step option collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

BotChatStepTextFeedbackPayload - BotChatStepTextFeedbackPayload Up

Bot chat step text feedback payload
feedback (optional)
rating
text (optional)

BotChatText - BotChatText Up

Bot chat text
autoplay (optional)
Boolean Autoplay
avatar (optional)
Integer Key of the avatar image to switch bot to
controls (optional)
Boolean Controls
delay (optional)
disable_feedback (optional)
Boolean Disable feedback
id
String Server-provided ID
key
Integer User-provided key
landing_page_background (optional)
Integer Key of the landing page background image to switch to
loop (optional)
Boolean Loop
muted (optional)
Boolean Muted
script (optional)
String Script
src (optional)
step (optional)
String Step ID
stream_variable (optional)
String Stream variable name
target (optional)
text
type
url (optional)

BotChatTextPayload - BotChatTextPayload Up

Bot chat text payload
autoplay (optional)
Boolean Autoplay
avatar (optional)
Integer Key of the avatar image to switch bot to
controls (optional)
Boolean Controls
delay (optional)
disable_feedback (optional)
Boolean Disable feedback
id (optional)
String Server-provided ID
key
Integer User-provided key
landing_page_background (optional)
Integer Key of the landing page background image to switch to
loop (optional)
Boolean Loop
muted (optional)
Boolean Muted
script (optional)
String Script
src (optional)
stream_variable (optional)
String Stream variable name
target (optional)
String URL target
Enum:
_self
_blank
_parent
_top
text
type
String Type
Enum:
text
link
html
info
landing_page_background
avatar
script
image
video
pixel
embed
file
audio_file
video_file
variable_stream
url (optional)

BotChatTextType - BotChatTextType Up

Bot chat text type
description (optional)
id
Enum:
0
2
1
3
4
8
5
6
7
9
10
11
12
13
14
name (optional)
value
Enum:
text
link
html
info
landing_page_background
avatar
script
image
video
pixel
embed
file
audio_file
video_file
variable_stream

BotCollectionPayload - BotCollectionPayload Up

Bot collection payload
contact (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc
status (optional)
Enum:
active
inactive

BotCreatePayload - BotCreatePayload Up

Bot create payload
autostart_count (optional)
Integer Autostart after given page visits
autostart_timeout (optional)
Integer Autostart after given milliseconds
autostart_timeout_mobile (optional)
Long Autostart on mobile after given milliseconds format: int64
behaviours (optional)
description (optional)
String Description
developer_mode (optional)
Boolean Developer mode
disable_auto_move (optional)
Boolean Disable an automatic move of the bot between the organizations
disable_redo (optional)
Boolean Disable redo
domain (optional)
String Domain
edit_mode (optional)
String Edit mode
Enum:
list
diagram
edit_position (optional)
expiry_timeout (optional)
Integer Expire conversation after given hours
feedback_mode (optional)
String Feedback mode
Enum:
enabled_all
enabled_responses
enabled_texts
disabled
ga (optional)
Boolean Enable GA reporting
ga_events (optional)
Boolean Enable GA events
ga_include_events (optional)
array[String] Only include those GA events
Enum:
gtm_events (optional)
Boolean Enable GTM events
gtm_include_events (optional)
array[String] Only include those GTM events
Enum:
has_recaptcha (optional)
Boolean Has recaptcha check
id (optional)
String ID of a bot
ignore_sound_notifications (optional)
init_options (optional)
String Custom init options
invalid_responses (optional)
array[BotChatTextPayload] Invalid responses
landing_page (optional)
languages (optional)
array[Language] Supported languages
live_chat (optional)
max_autostart_count (optional)
Integer Maximum number of autostarts for a given visitor
menu (optional)
message_delay (optional)
missing_responses (optional)
array[BotChatTextPayload] Missing responses
name
String Name
no_store_responses (optional)
Boolean Skip storing bot responses
no_view_responses (optional)
Boolean Disable viewing individual bot responses
not_found_responses (optional)
array[BotChatTextPayload] Not found responses
notification (optional)
open_on_exit_intent (optional)
Boolean Open on exit intent
open_on_exit_intent_mobile (optional)
Boolean Open on exit intent mobile
open_on_exit_intent_timeout (optional)
Integer Open on exit intent after given milliseconds
open_on_exit_intent_timeout_mobile (optional)
Long Open on exit intent on mobile after given milliseconds format: int64
open_on_start (optional)
Boolean Open on start
open_on_start_mobile (optional)
Boolean Open on start mobile
preload (optional)
Boolean Preload bot on widget load
prevent_exit_if_incomplete (optional)
Boolean Prevent user exit when bot is not complete
preview_image (optional)
String Preview image
preview_url (optional)
String Preview URL
privacy_terms
redo_warning_text (optional)
remove_history_on_redo (optional)
Boolean Remove history on redo
response_actions (optional)
restart_after_close (optional)
Boolean Restart after close
restart_after_close_mobile (optional)
Boolean Restart after close mobile
restore_state (optional)
Boolean Restore state of the bot after user drop
slug (optional)
String Slug
sound_notifications (optional)
Object Sound notifications
steps
template_group (optional)
theme (optional)
trigger_condition (optional)
Object Trigger condition
trigger_condition_field (optional)
trigger_condition_operator (optional)
type
String Type
Enum:
form
survey
use_dynamic_translation (optional)
Boolean Use dynamic translation for the bot content
utm_campaign (optional)
String UTM campaign
utm_content (optional)
String UTM content
utm_custom (optional)
String UTM custom parameters
utm_medium (optional)
String UTM medium
utm_source (optional)
String UTM source
utm_term (optional)
String UTM term
variables (optional)

BotDropOffReportPayload - BotDropOffReportPayload Up

Bot drop off report payload
begin (optional)
Date Begin date and time format: date-time
end (optional)
Date End date and time format: date-time

BotEditMode - BotEditMode Up

Bot edit mode
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
list
diagram

BotEditPosition - BotEditPosition Up

Bot edit position
x
Double X format: double
y
Double Y format: double
zoom
Double Zoom format: double

BotFeedbackReportItem - BotFeedbackReportItem Up

Bot feedback report item
count
Long format: int64
created_at (optional)
array[Date] format: date-time
feedback (optional)
rating
Double format: double
rendered_text (optional)
response (optional)
step (optional)
text (optional)

BotFeedbackReportPayload - BotFeedbackReportPayload Up

Bot feedback report payload
begin (optional)
Date Begin date and time format: date-time
end (optional)
Date End date and time format: date-time
rating
String Rating type
Enum:
neutral
negative
positive
overall

BotFrontend - BotFrontend Up

Bot frontend
custom_landing_page_url (optional)
String Custom landing page url
custom_landing_page_url_amp (optional)
String Custom landing page url (AMP)
embed_code (optional)
String Embed code (deprecated)
embed_code_2 (optional)
String Embed code
embed_code_2_no_integrity (optional)
String Embed code without integrity
embed_code_amp (optional)
embed_snippet (optional)
String Embed snippet (deprecated)
embed_snippet_2 (optional)
String Embed snippet (new)
embed_url (optional)
String Embed url (for the use in the iframes and web views)
external_preview_url (optional)
String External preview url (deprecated)
external_preview_url_2 (optional)
String External preview url (new)
id (optional)
landing_page_url (optional)
String Landing page url
landing_page_url_amp (optional)
String Landing page url (AMP)
media_url (optional)
String Media URL
path (optional)
String Path
preview_url (optional)
String Preview url
preview_url_amp (optional)
String Preview url (AMP)
static_url (optional)
String Static URL

BotFrontendAMP - BotFrontendAMP Up

Bot frontend AMP
body (optional)
String BODY part of the code
head (optional)
String HEAD part of the code

BotFunnelReportItem - BotFunnelReportItem Up

completion
Double Completion format: double
drops
id
String ID
name
String Name
responses
type
visits

BotFunnelReportPayload - BotFunnelReportPayload Up

Bot funnel report payload
begin (optional)
Date Begin date and time format: date-time
end (optional)
Date End date and time format: date-time

BotInteractiveReportOption - BotInteractiveReportOption Up

id
String Server-provided ID
is_filtered
Boolean Is filtered
key
Integer User-provided key
number
Long format: int64
percentage
Double format: double
text
String Text
total
Long format: int64

BotInteractiveReportPayload - BotInteractiveReportPayload Up

Bot interactive report payload
begin (optional)
Date Begin date and time format: date-time
end (optional)
Date End date and time format: date-time
items

BotInteractiveReportPayloadItem - BotInteractiveReportPayloadItem Up

key
Long User-provided key format: int64
options
array[Long] Options format: int64

BotInteractiveReportStep - BotInteractiveReportStep Up

Bot interactive report step
average
Double format: double
drops
id
String Server-provided ID
is_filtered
Boolean Is filtered
key
Long User-provided key format: int64
name
String Bot step name
number
Long format: int64
options
percentage
Double format: double
total
Long format: int64
type

BotLandingPage - BotLandingPage Up

Bot landing page
background_color (optional)
String Background color
backgrounds (optional)
css (optional)
String Custom css
description (optional)
favicon (optional)
String Favicon
footer_html (optional)
String Footer HTML
message_description (optional)
message_description_color (optional)
String Message description color
message_subtitle (optional)
message_subtitle_color (optional)
String Message subtitle color
message_title (optional)
message_title_color (optional)
String Message title color
start_button_background_color (optional)
String Start button background color
start_button_text_color (optional)
String Start button text color
start_button_title (optional)
text_shadow (optional)
Boolean Text shadow
title (optional)

BotLandingPageBackground - BotLandingPageBackground Up

Bot landing page background
id (optional)
String Server-provided ID
image
is_default (optional)
Boolean Default
key
Integer Client-provided ID
name
String Name
video (optional)
video_dimensions (optional)
video_muted (optional)
Boolean Video muted

BotLiveChat - BotLiveChat Up

Bot live chat settings
button_text (optional)
button_tooltip (optional)
chat_agent_joined_message (optional)
chat_agent_left_message (optional)
chat_channel_email_message (optional)
chat_closed_email_message (optional)
chat_closed_message (optional)
chat_created_email_message (optional)
chat_created_message (optional)
chat_handed_over_to_bot_message (optional)
chat_merged_from_email_message (optional)
chat_merged_from_message (optional)
chat_merged_to_email_message (optional)
chat_merged_to_message (optional)
chat_message_variables (optional)
array[String] Chat system message available variables
Enum:
chat_offline_timeout (optional)
Integer Chat offline timeout in minutes
chat_reopened_email_message (optional)
chat_reopened_message (optional)
create_on_response (optional)
Boolean Create chat on bot response
create_on_response_condition (optional)
Object Create chat on bot response condition
default_description (optional)
default_subject (optional)
disable_agent_attachments (optional)
Boolean Disable agent attachments
disable_contact_attachments (optional)
Boolean Disable contact attachments
script (optional)
String Script
show_button (optional)
Boolean Show button
show_description (optional)
Boolean Show description
show_subject (optional)
Boolean Show subject
type
user_avatar (optional)
String Fallback avatar for the user

BotLiveChatPayload - BotLiveChatPayload Up

Bot live chat settings payload
button_text (optional)
button_tooltip (optional)
chat_agent_joined_message (optional)
chat_agent_left_message (optional)
chat_channel_email_message (optional)
chat_closed_email_message (optional)
chat_closed_message (optional)
chat_created_email_message (optional)
chat_created_message (optional)
chat_handed_over_to_bot_message (optional)
chat_merged_from_email_message (optional)
chat_merged_from_message (optional)
chat_merged_to_email_message (optional)
chat_merged_to_message (optional)
chat_offline_timeout (optional)
Integer Chat offline timeout in minutes
chat_reopened_email_message (optional)
chat_reopened_message (optional)
create_on_response (optional)
Boolean Create chat on bot response
create_on_response_condition (optional)
Object Create chat on bot response condition
default_description (optional)
default_subject (optional)
disable_agent_attachments (optional)
Boolean Disable agent attachments
disable_contact_attachments (optional)
Boolean Disable contact attachments
script (optional)
String Script
show_button (optional)
Boolean Show button
show_description (optional)
Boolean Show description
show_subject (optional)
Boolean Show subject
type
Enum:
native
custom
user_avatar (optional)
String Fallback avatar for the user

BotLiveChatType - BotLiveChatType Up

Bot live chat type
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
native
custom

BotLocationReportItem - BotLocationReportItem Up

Bot location report item
completion
Double Completion format: double
drops
id
String ID
lat
Double Latitude format: double
lon
Double Longitude format: double
name
String Name
responses
visits

BotLocationReportPayload - BotLocationReportPayload Up

Bot location report payload
begin (optional)
Date Begin date and time format: date-time
continent (optional)
String Continent
country (optional)
String Country
end (optional)
Date End date and time format: date-time

BotMessageDelay - BotMessageDelay Up

Bot message delay
max
Integer Maximum in milliseconds
min
Integer Minimum in milliseconds

BotMonitoringChannelItem - BotMonitoringChannelItem Up

Bot monitoring channel item
id
String ID
inits
name
String Name
starts
stops
type
updates

BotMonitoringDeviceItem - BotMonitoringDeviceItem Up

Bot monitoring device item
id
String ID
inits
starts
stops
type
updates

BotMonitoringHostnameItem - BotMonitoringHostnameItem Up

Bot monitoring hostname item
id
String ID
inits
name
String Name
starts
stops
updates

BotMonitoringItem - BotMonitoringItem Up

number
Long Absolute value format: int64
percentage
Double Percentage format: double

BotMonitoringOverallItem - BotMonitoringOverallItem Up

Bot monitoring overall item
inits
starts
stops
updates

BotMonitoringReportItem - BotMonitoringReportItem Up

Bot monitoring report item
channels
datetime
Date Datetime format: date-time
devices
hostnames
overall

BotMonitoringReportPayload - BotMonitoringReportPayload Up

Bot monitoring report payload
begin (optional)
Date Begin date and time format: date-time
end (optional)
Date End date and time format: date-time
resolution
String Report data point time resolution
Enum:
5m
1h
1d
1w
1M

BotNextTargetType - BotNextTargetType Up

Bot next target
description (optional)
id
Enum:
0
1
2000
2001
2002
name (optional)
value
Enum:
exit
redirect
restart
live_chat
handover

BotNotification - BotNotification Up

Bot notification
daily (optional)
Boolean Daily
daily_subject (optional)
String Daily subject
email (optional)
String Email
email_from (optional)
id (optional)
String Server-provided ID
monthly (optional)
Boolean Monthly
monthly_subject (optional)
String Monthly subject
steps (optional)
array[Long] Steps to include in the stats format: int64
weekly (optional)
Boolean Weekly
weekly_subject (optional)
String Weekly subject

BotNotificationPayload - BotNotificationPayload Up

Bot notification payload
daily (optional)
Boolean Daily
daily_subject (optional)
String Daily subject
email (optional)
String Email
email_from (optional)
String Email from address
id (optional)
String Server-provided ID
monthly (optional)
Boolean Monthly
monthly_subject (optional)
String Monthly subject
steps (optional)
array[Long] Steps to include in the stats format: int64
weekly (optional)
Boolean Weekly
weekly_subject (optional)
String Weekly subject

BotOffset - BotOffset Up

bottom (optional)
top (optional)

BotOffsetPayload - BotOffsetPayload Up

bottom (optional)
top (optional)

BotPersistentMenu - BotPersistentMenu Up

Bot persistent menu
image (optional)
String Background image for the menu
items

BotPersistentMenuItem - BotPersistentMenuItem Up

Bot persistent menu item
description (optional)
id (optional)
String ID
key
Long Key format: int64
subscribe_group (optional)
String Subscribe group
subscribe_message (optional)
title (optional)
type
Enum:
url
handover
start
finish
live_chat
restart
subscribe
unsubscribe
unsubscribe_group (optional)
String Unsubscribe group
unsubscribe_message (optional)
url (optional)

BotPosition - BotPosition Up

Bot position
description (optional)
id
Enum:
0
1
2
3
name (optional)
value
Enum:
right
left
center
full_width

BotPreview - Mediatype identifier: application/vnd.bot+json; view=preview Up

Bot (preview view)
frontend (optional)
slug (optional)
String Slug

BotPreviewPayload - BotPreviewPayload Up

Bot preview payload
slug
String Slug

BotProgressReportItem - BotProgressReportItem Up

Bot progress report item
channels
datetime
Date Datetime format: date-time
devices
exits
overall
steps (optional)

BotProgressReportPayload - BotProgressReportPayload Up

Bot progress report payload
begin (optional)
Date Begin date and time format: date-time
end (optional)
Date End date and time format: date-time
resolution
String Report data point time resolution
Enum:
5m
1h
1d
1w
1M

BotReference - Mediatype identifier: application/vnd.bot+json; view=reference Up

Bot (reference view)
id
String ID of a bot
name
String Name
organisation (optional)
slug (optional)
String Slug

BotReferenceType - BotReferenceType Up

Bot reference type (workaround)
id
String ID of a bot
name
String Name
organisation (optional)
slug (optional)
String Slug

BotReporting - Mediatype identifier: application/vnd.bot+json; view=reporting Up

Bot (reporting view)
reporting_token (optional)
String Auth token for reporting
reporting_url (optional)

BotReportingTokenPayload - BotReportingTokenPayload Up

Bot reporting token payload
path

BotResponseAction - BotResponseAction Up

Bot response action
basic_auth (optional)
String Basic auth
condition (optional)
Object Condition
description (optional)
String Description for backoffice reference
email_bcc (optional)
String Email bcc addresses
email_cc (optional)
String Email cc addresses
email_from (optional)
email_reply_to (optional)
String Email reply to addresses
email_subject (optional)
String Email subject
email_template_type (optional)
email_to (optional)
String Email to addresses
form_body_values (optional)
array[FormBodyValue] Form body values
form_content_type (optional)
google_drive_spreadsheet_document (optional)
google_drive_spreadsheet_integration (optional)
google_drive_spreadsheet_list (optional)
headers (optional)
id
String Server-provided ID
is_enabled (optional)
Boolean Is response action enabled
json_body (optional)
Object JSON body
key
Integer User-provided key
mailchimp_api_key (optional)
String MailChimp API key
mailchimp_list_id (optional)
String MailChimp list ID
name (optional)
String Name for backoffice reference
slack_channel_name (optional)
String Slack channel name
subscribe_group (optional)
text (optional)
String Text
type (optional)
unsubscribe_group (optional)
url (optional)
String URL

BotResponseActionEmailTemplateType - BotResponseActionEmailTemplateType Up

Bot response action email template type
description (optional)
id
Enum:
0
1
2
name (optional)
value
Enum:
organisation
respondent
custom

BotResponseActionHeader - BotResponseActionHeader Up

Bot response action header
id
key
Integer User-provided key
name
value (optional)

BotResponseActionHeaderPayload - BotResponseActionHeaderPayload Up

Bot response action header payload
id (optional)
key
Integer User-provided key
name
value (optional)

BotResponseActionLogItemCollectionPayload - BotResponseActionLogItemCollectionPayload Up

Bot response actions log item collection payload
begin (optional)
Date format: date-time
end (optional)
Date format: date-time
ids (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

BotResponseActionLogItemReferenceType - BotResponseActionLogItemReferenceType Up

Bot response action log item reference type (workaround)
action (optional)
created_at
Date format: date-time
id
is_error

BotResponseActionPayload - BotResponseActionPayload Up

Bot response action payload
basic_auth (optional)
String Basic auth
condition (optional)
Object Condition
description (optional)
String Description for backoffice reference
email_bcc (optional)
String Email bcc addresses
email_cc (optional)
String Email cc addresses
email_from (optional)
String Email from address
email_reply_to (optional)
String Email reply to addresses
email_subject (optional)
String Email subject
email_template_type (optional)
String Email template type
Enum:
organisation
respondent
custom
email_to (optional)
String Email to addresses
form_body_values (optional)
array[FormBodyValue] Form body values
form_content_type (optional)
String Form content type
Enum:
form
form_url_encoded
google_drive_spreadsheet_document (optional)
google_drive_spreadsheet_integration (optional)
google_drive_spreadsheet_list (optional)
headers (optional)
id (optional)
String Server-provided ID
is_enabled (optional)
Boolean Is response action enabled
json_body (optional)
Object JSON body
key
Integer User-provided key
mailchimp_api_key (optional)
String MailChimp API key
mailchimp_list_id (optional)
String MailChimp list ID
name (optional)
String Name for backoffice reference
slack_channel_name (optional)
String Slack channel name
subscribe_group (optional)
text (optional)
String Text
type
String Type
Enum:
form
json
slack
email
mailchimp
hugo
zapier
integromat
freshdesk
freshsales
freshworks_crm
mailchimp_api
google_drive_spreadsheet
subscribe
unsubscribe
unsubscribe_group (optional)
url (optional)
String URL

BotResponseActionType - BotResponseActionType Up

Bot response action type
description (optional)
id
Enum:
0
1
2
3
4
5
6
7
8
9
11
10
12
13
14
name (optional)
value
Enum:
form
json
slack
email
mailchimp
hugo
zapier
integromat
freshdesk
freshsales
freshworks_crm
mailchimp_api
google_drive_spreadsheet
subscribe
unsubscribe

BotResponseCollectionPayload - BotResponseCollectionPayload Up

Bot response collection payload
begin (optional)
Date format: date-time
bot (optional)
channel (optional)
contact (optional)
end (optional)
Date format: date-time
ids (optional)
is_complete (optional)
is_preview (optional)
is_spam (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

BotResponseDeletePayload - BotResponseDeletePayload Up

Bot response delete payload
begin (optional)
Date format: date-time
bot (optional)
channel (optional)
contact (optional)
end (optional)
Date format: date-time
ids (optional)
is_complete (optional)
is_preview (optional)
is_spam (optional)
search (optional)

BotStartPayload - BotStartPayload Up

Bot start payload
mode (optional)
String Mode
recaptcha_response (optional)
String Recaptcha response
visit_count (optional)
Integer Visit count

BotStatsChannelItem - BotStatsChannelItem Up

Bot stats channel item
completion
Double Completion format: double
drops
id
String ID
name
String Name
responses
type
visits

BotStatsDeviceItem - BotStatsDeviceItem Up

Bot stats device item
completion
Double Completion format: double
drops
id
String ID
responses
type
visits

BotStatsExitItem - BotStatsExitItem Up

Bot stats exit item
completion
Double Completion format: double
drops
id
String ID
name
String Name
responses
type
visits

BotStatsItem - BotStatsItem Up

number
Long Absolute value format: int64
percentage
Double Percentage format: double
time
Double Time in seconds format: double

BotStatsOverallItem - BotStatsOverallItem Up

Bot stats overall item
completion
Double Completion format: double
drops
responses
visits

BotStatsReportPayload - BotStatsReportPayload Up

Bot stats report payload
begin (optional)
Date Begin date and time format: date-time
end (optional)
Date End date and time format: date-time

BotStatsStepItem - BotStatsStepItem Up

Bot stats step item
completion
Double Completion format: double
drops
id
String ID
name
String Name
responses
type
visits

BotStatus - BotStatus Up

Bot status
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
active
inactive

BotStep - BotStep Up

Bot step
choices (optional)
Long Number of choices format: int64
code_name
String User-provided code name
color (optional)
String Color
default (optional)
String Default
default_next (optional)
Long Default next step format: int64
display_type (optional)
edit_position (optional)
exit_edit_position (optional)
file_accepted (optional)
array[String] Accepted files
file_allow_camera (optional)
Boolean File allow camera capture
file_url_is_direct (optional)
Boolean File URL is direct
file_url_is_public (optional)
Boolean File URL is public
file_url_timeout (optional)
Long File URL timeout (when direct), seconds format: int64
get_options_script (optional)
String Get options script
get_settings_script (optional)
String Get settings script
go_button_text (optional)
has_other (optional)
Boolean Does the step has other option
help_text (optional)
html (optional)
id
String Server-provided ID
idle_next (optional)
infinite_scroll (optional)
Boolean Infinite scroll for the select options
invalid_responses (optional)
is_date_time (optional)
Boolean Is datetime
is_hidden (optional)
Boolean Is hidden from the transcript
is_range (optional)
Boolean Is step a range or single input
is_required (optional)
Boolean Is step required
is_self_learning (optional)
Boolean Is self learning
is_title_link_disabled (optional)
Boolean Title link is disabled
key
Long User-provided key format: int64
knowledge_base (optional)
knowledge_base_sections (optional)
left_label (optional)
location_cities (optional)
array[String] Location cities
location_countries (optional)
array[String] Location countries
location_skip_geocode (optional)
Boolean Location skip geocode
location_type (optional)
max (optional)
String Max
max_date (optional)
Date Max date format: date-time
max_label (optional)
max_length (optional)
Long Max length format: int64
max_time (optional)
String Max time
min (optional)
String Min
min_date (optional)
Date Min date format: date-time
min_label (optional)
min_length (optional)
Long Min length format: int64
min_option_width (optional)
Long Min option width format: int64
min_time (optional)
String Min time
missing_responses (optional)
more_button_text (optional)
name (optional)
not_found_responses (optional)
options (optional)
options_layout (optional)
placeholder (optional)
prefix (optional)
String Prefix
randomize_options (optional)
Boolean Randomize step options
rating_type (optional)
regexp (optional)
responses (optional)
right_label (optional)
search_threshold (optional)
BigDecimal Search threshold. At what point does the match algorithm give up. A threshold of 0.0 requires a perfect match (of both letters and location), a threshold of 1.0 would match anything.
show_decimals (optional)
Boolean Show decimals
show_privacy (optional)
Boolean Show Privacy Policy
show_terms (optional)
Boolean Show T&C
show_thousand_separator (optional)
Boolean Show thousand separator
skip_fold_out_wait (optional)
Boolean Skip waiting for the step popup window
slider_step_size (optional)
String Slider step size
submit_by_enter (optional)
Boolean Submit by enter
texts
title (optional)
type
units (optional)
String Units
url (optional)
validate_script (optional)
String Validate script

BotStepDisplayType - BotStepDisplayType Up

Bot step display
description (optional)
id
Enum:
0
1
2
name (optional)
value
Enum:
iframe
html
window

BotStepLocationType - BotStepLocationType Up

Bot step location type
description (optional)
id
Enum:
0
1
3
2
4
5
6
7
8
name (optional)
value
Enum:
city
establishment
region
geocode
country
state
geocode_establishment
postal_code
street_address

BotStepNext - BotStepNext Up

Bot step next
step
Integer Next step
timeout (optional)
Integer Timeout

BotStepOption - BotStepOption Up

Bot step option
button_text (optional)
icon (optional)
String Icon
id (optional)
String Server-provided ID
image (optional)
is_custom (optional)
Boolean Is custom (other)
is_fixed (optional)
Boolean Is fixed order
key
Integer User-provided key
sub_text (optional)
text (optional)
url (optional)
url_target (optional)

BotStepOptionPayload - BotStepOptionPayload Up

Bot step option payload
button_text (optional)
icon (optional)
String Icon
id (optional)
String Server-provided ID
image (optional)
is_custom (optional)
Boolean Is custom (other)
is_fixed (optional)
Boolean Is fixed order
key
Integer User-provided key
sub_text (optional)
text (optional)
url (optional)
url_target (optional)
String URL target
Enum:
_self
_blank
_parent
_top

BotStepOptionsLayout - BotStepOptionsLayout Up

Bot step select options layout
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
list
grid

BotStepPayload - BotStepPayload Up

Bot step payload
choices (optional)
Long Number of choices format: int64
code_name
String User-provided code name
color (optional)
String Color
default (optional)
String Default
default_next (optional)
Long Default next step format: int64
display_type (optional)
String Display type
Enum:
iframe
html
window
edit_position (optional)
exit_edit_position (optional)
file_accepted (optional)
array[String] Accepted files
file_allow_camera (optional)
Boolean File allow camera capture
file_url_is_direct (optional)
Boolean File URL is direct
file_url_is_public (optional)
Boolean File URL is public
file_url_timeout (optional)
Long File URL timeout (when direct), seconds format: int64
get_options_script (optional)
String Get options script
get_settings_script (optional)
String Get settings script
go_button_text (optional)
has_other (optional)
Boolean Does the step has other option
help_text (optional)
html (optional)
id (optional)
String Server-provided ID
idle_next (optional)
infinite_scroll (optional)
Boolean Infinite scroll for the select options
is_date_time (optional)
Boolean Is datetime
is_hidden (optional)
Boolean Is hidden from the transcript
is_range (optional)
Boolean Is step a range or single input
is_required (optional)
Boolean Is step required
is_self_learning (optional)
Boolean Is self learning
is_title_link_disabled (optional)
Boolean Title link is disabled
key
Integer User-provided key
knowledge_base (optional)
knowledge_base_sections (optional)
left_label (optional)
location_cities (optional)
array[String] Location cities
location_countries (optional)
array[String] Location countries
location_skip_geocode (optional)
Boolean Location skip geocode
location_type (optional)
String Location type
Enum:
city
establishment
region
geocode
country
state
geocode_establishment
postal_code
street_address
max (optional)
String Max
max_date (optional)
Date Max date format: date-time
max_label (optional)
max_length (optional)
Long Max length format: int64
max_time (optional)
String Max time
min (optional)
String Min
min_date (optional)
Date Min date format: date-time
min_label (optional)
min_length (optional)
Long Min length format: int64
min_option_width (optional)
Long Min option width format: int64
min_time (optional)
String Min time
more_button_text (optional)
name
options (optional)
options_layout (optional)
String Select options layout
Enum:
list
grid
placeholder (optional)
prefix (optional)
String Prefix
randomize_options (optional)
Boolean Randomize step options
rating_type (optional)
String Rating type
Enum:
dots
stars
regexp (optional)
responses (optional)
right_label (optional)
search_threshold (optional)
BigDecimal Search threshold. At what point does the match algorithm give up. A threshold of 0.0 requires a perfect match (of both letters and location), a threshold of 1.0 would match anything.
show_decimals (optional)
Boolean Show decimals
show_privacy (optional)
Boolean Show Privacy Policy
show_terms (optional)
Boolean Show T&C
show_thousand_separator (optional)
Boolean Show thousand separator
skip_fold_out_wait (optional)
Boolean Skip waiting for the step popup window
slider_step_size (optional)
String Slider step size
submit_by_enter (optional)
Boolean Submit by enter
texts
title (optional)
type
String Type
Enum:
short_text
long_text
multiple_choice
autocomplete
yes_no
yes_no_display
legal
email
number
rating
phone
name
first_name
last_name
iban
location
datetime
time
datetime_range
birthdate
slider
multiple_image
image_autocomplete
start
button
end
message
return
external_chat
file
password
language_switch
knowledge_base_search
custom
units (optional)
String Units
url (optional)
validate_script (optional)
String Validate script

BotStepRatingType - BotStepRatingType Up

Bot step rating type
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
dots
stars

BotStepResponse - BotStepResponse Up

Bot step response
condition (optional)
Object Condition
edit_position (optional)
id
String Server-provided ID
is_default (optional)
Boolean Default
key
Integer User-provided key
landing_page_background (optional)
String Landing page background
next (optional)
Integer Next step
next_at (optional)
String Next step datetime (variable or value)
next_delay (optional)
String Next step delay (variable or value)
next_target (optional)
next_url (optional)
next_url_follow (optional)
Integer Follow the next url instead of existing before the redirect
next_url_target (optional)
one_time_notification_at (optional)
String One time notification datetime (variable or value)
one_time_notification_confirm_text (optional)
one_time_notification_delay (optional)
String One time notification delay (variable or value)
one_time_notification_request_title (optional)
one_time_notification_text (optional)
option (optional)
Long Option format: int64
save_chat (optional)
Boolean Save chat
send_one_time_notification (optional)
Boolean Send one time notification
texts
type (optional)

BotStepResponsePayload - BotStepResponsePayload Up

Bot step response payload
condition (optional)
Object Condition
edit_position (optional)
id (optional)
String Server-provided ID
is_default (optional)
Boolean Default
key
Integer User-provided key
landing_page_background (optional)
String Landing page background
next (optional)
Integer Next step
next_at (optional)
String Next step datetime (variable or value)
next_delay (optional)
String Next step delay (variable or value)
next_url (optional)
next_url_follow (optional)
Integer Follow the next url instead of existing before the redirect
next_url_target (optional)
String Next url target
Enum:
_self
_blank
_parent
_top
one_time_notification_at (optional)
String One time notification datetime (variable or value)
one_time_notification_confirm_text (optional)
one_time_notification_delay (optional)
String One time notification delay (variable or value)
one_time_notification_request_title (optional)
one_time_notification_text (optional)
option (optional)
Long Option format: int64
save_chat (optional)
Boolean Save chat
send_one_time_notification (optional)
Boolean Send one time notification
texts
type (optional)
String Type
Enum:
default
invalid
missing
not_found

BotStepResponseType - BotStepResponseType Up

Bot step response type
description (optional)
id
Enum:
0
1
2
3
name (optional)
value
Enum:
default
invalid
missing
not_found

BotStepType - BotStepType Up

Bot step type
description (optional)
id
Enum:
1
0
4
23
2
22
222
9
11
10
12
46
47
48
13
15
8
52
18
19
303
3
51
101
43
42
100
102
7
45
49
50
53
54
name (optional)
value
Enum:
short_text
long_text
multiple_choice
autocomplete
yes_no
yes_no_display
legal
email
number
rating
phone
name
first_name
last_name
iban
location
datetime
time
datetime_range
birthdate
slider
multiple_image
image_autocomplete
start
button
end
message
return
external_chat
file
password
language_switch
knowledge_base_search
custom

BotTemplateCollectionPayload - BotTemplateCollectionPayload Up

Bot template collection payload
group (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

BotTemplateGroup - BotTemplateGroup Up

Bot template group
description
String Description
id
String ID
index
Long Index format: int64
name
String Name

BotTheme - BotTheme Up

Bot theme
active_color (optional)
String Active color
attention_avatar (optional)
String Attention avatar
attention_color (optional)
String Attention color
avatar_background (optional)
String Avatar background
avatar_position (optional)
String Avatar position
avatar_size (optional)
String Avatar size
avatars (optional)
body (optional)
String Body
bot_offset (optional)
bot_position (optional)
bot_position_rtl (optional)
bot_view_mode (optional)
css (optional)
String Custom css
error_color (optional)
String Error color
error_message_color (optional)
String Error message color
image_color (optional)
String Image color
inverse_text_color (optional)
String Inverse text color
message_background (optional)
String Message background
redo_color (optional)
String Redo color
show_close (optional)
Boolean Show close button
show_footer (optional)
Boolean Show Footer
show_scroll (optional)
Boolean Show scroll arrows
show_settings (optional)
Boolean Show settings
show_sticky_avatar (optional)
Boolean Show sticky avatar
show_sticky_avatar_mobile (optional)
Boolean Show sticky avatar on mobile
sticky_avatar (optional)
String Sticky avatar
sticky_avatar_animation (optional)
sticky_avatar_background (optional)
String Sticky avatar background color
sticky_avatar_offset (optional)
sticky_avatar_popup (optional)
sticky_avatar_shadow (optional)
Boolean Sticky avatar shadow
text_color (optional)
String Text color
theme_color (optional)
String Theme color
white_label (optional)
Boolean White label

BotThemeAvatar - BotThemeAvatar Up

Bot theme avatar
first_name (optional)
id (optional)
String Server-provided ID
image
is_default (optional)
Boolean Default
key
Integer Client-provided ID
last_name (optional)
name
String Name

BotThemeBehaviour - BotThemeBehaviour Up

Bot theme behaviour
bot_offset (optional)
bot_position (optional)
bot_position_rtl (optional)
bot_view_mode (optional)
show_sticky_avatar (optional)
Boolean Show sticky avatar
show_sticky_avatar_mobile (optional)
Boolean Show sticky avatar on mobile
sticky_avatar (optional)
String Sticky avatar
sticky_avatar_animation (optional)
sticky_avatar_background (optional)
String Sticky avatar background color
sticky_avatar_offset (optional)
sticky_avatar_popup (optional)
sticky_avatar_shadow (optional)
Boolean Sticky avatar shadow

BotThemeBehaviourPayload - BotThemeBehaviourPayload Up

Bot theme behaviour payload
bot_offset (optional)
bot_position (optional)
String Bot position
Enum:
right
left
center
full_width
bot_position_rtl (optional)
String Bot position RTL
Enum:
right
left
center
full_width
bot_view_mode (optional)
String Bot view mode
Enum:
unboxed
boxed
show_sticky_avatar (optional)
Boolean Show sticky avatar
show_sticky_avatar_mobile (optional)
Boolean Show sticky avatar on mobile
sticky_avatar (optional)
String Sticky avatar
sticky_avatar_animation (optional)
sticky_avatar_background (optional)
String Sticky avatar background color
sticky_avatar_offset (optional)
sticky_avatar_popup (optional)
sticky_avatar_shadow (optional)
Boolean Sticky avatar shadow

BotThemePayload - BotThemePayload Up

Bot theme payload
active_color (optional)
String Active color
attention_avatar (optional)
String Attention avatar
attention_color (optional)
String Attention color
avatar_background (optional)
String Avatar background
avatar_position (optional)
String Avatar position
avatar_size (optional)
String Avatar size
avatars (optional)
body (optional)
String Body
bot_offset (optional)
bot_position (optional)
String Bot position
Enum:
right
left
center
full_width
bot_position_rtl (optional)
String Bot position RTL
Enum:
right
left
center
full_width
bot_view_mode (optional)
String Bot view mode
Enum:
unboxed
boxed
css (optional)
String Custom css
error_color (optional)
String Error color
error_message_color (optional)
String Error message color
image_color (optional)
String Image color
inverse_text_color (optional)
String Inverse text color
message_background (optional)
String Message background
redo_color (optional)
String Redo color
show_close (optional)
Boolean Show close button
show_footer (optional)
Boolean Show Footer
show_scroll (optional)
Boolean Show scroll arrows
show_settings (optional)
Boolean Show settings
show_sticky_avatar (optional)
Boolean Show sticky avatar
show_sticky_avatar_mobile (optional)
Boolean Show sticky avatar on mobile
sticky_avatar (optional)
String Sticky avatar
sticky_avatar_animation (optional)
sticky_avatar_background (optional)
String Sticky avatar background color
sticky_avatar_offset (optional)
sticky_avatar_popup (optional)
sticky_avatar_shadow (optional)
Boolean Sticky avatar shadow
text_color (optional)
String Text color
theme_color (optional)
String Theme color
white_label (optional)
Boolean White label

BotTransferPayload - BotTransferPayload Up

Bot transfer payload
name
String Name
organisation
slug (optional)
String Slug

BotType - BotType Up

Bot type
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
form
survey

BotUpdatePayload - BotUpdatePayload Up

Bot update payload
autostart_count (optional)
Integer Autostart after given page visits
autostart_timeout (optional)
Integer Autostart after given milliseconds
autostart_timeout_mobile (optional)
Long Autostart on mobile after given milliseconds format: int64
behaviours (optional)
description (optional)
String Description
developer_mode (optional)
Boolean Developer mode
disable_auto_move (optional)
Boolean Disable an automatic move of the bot between the organizations
disable_redo (optional)
Boolean Disable redo
domain (optional)
String Domain
edit_mode (optional)
String Edit mode
Enum:
list
diagram
edit_position (optional)
expiry_timeout (optional)
Integer Expire conversation after given hours
feedback_mode (optional)
String Feedback mode
Enum:
enabled_all
enabled_responses
enabled_texts
disabled
ga (optional)
Boolean Enable GA reporting
ga_events (optional)
Boolean Enable GA events
ga_include_events (optional)
array[String] Only include those GA events
Enum:
gtm_events (optional)
Boolean Enable GTM events
gtm_include_events (optional)
array[String] Only include those GTM events
Enum:
has_recaptcha (optional)
Boolean Has recaptcha check
init_options (optional)
String Custom init options
invalid_responses (optional)
array[BotChatTextPayload] Invalid responses
landing_page (optional)
languages (optional)
array[Language] Supported languages
live_chat (optional)
max_autostart_count (optional)
Integer Maximum number of autostarts for a given visitor
menu (optional)
message_delay (optional)
missing_responses (optional)
array[BotChatTextPayload] Missing responses
name (optional)
String Name
no_store_responses (optional)
Boolean Skip storing bot responses
no_view_responses (optional)
Boolean Disable viewing individual bot responses
not_found_responses (optional)
array[BotChatTextPayload] Not found responses
notification (optional)
open_on_exit_intent (optional)
Boolean Open on exit intent
open_on_exit_intent_mobile (optional)
Boolean Open on exit intent mobile
open_on_exit_intent_timeout (optional)
Integer Open on exit intent after given milliseconds
open_on_exit_intent_timeout_mobile (optional)
Long Open on exit intent on mobile after given milliseconds format: int64
open_on_start (optional)
Boolean Open on start
open_on_start_mobile (optional)
Boolean Open on start mobile
preload (optional)
Boolean Preload bot on widget load
prevent_exit_if_incomplete (optional)
Boolean Prevent user exit when bot is not complete
privacy_terms (optional)
redo_warning_text (optional)
remove_history_on_redo (optional)
Boolean Remove history on redo
response_actions (optional)
restart_after_close (optional)
Boolean Restart after close
restart_after_close_mobile (optional)
Boolean Restart after close mobile
restore_state (optional)
Boolean Restore state of the bot after user drop
slug (optional)
String Slug
sound_notifications (optional)
Object Sound notifications
status (optional)
String Status
Enum:
active
inactive
steps (optional)
theme (optional)
trigger_condition (optional)
Object Trigger condition
type (optional)
String Type
Enum:
form
survey
updated_at (optional)
Date Date of update format: date-time
use_dynamic_translation (optional)
Boolean Use dynamic translation for the bot content
utm_campaign (optional)
String UTM campaign
utm_content (optional)
String UTM content
utm_custom (optional)
String UTM custom parameters
utm_medium (optional)
String UTM medium
utm_source (optional)
String UTM source
utm_term (optional)
String UTM term
variables (optional)

BotVariable - BotVariable Up

Bot variable
chat_completion (optional)
description (optional)
fallback (optional)
id
String Server-provided ID
integration (optional)
String Integration
integration_type (optional)
String Integration type
Enum:
freshdesk
google_drive
open_ai
azure_cognitive_services_speech
is_default (optional)
Boolean Flag if variable is default
is_server (optional)
Boolean Flag is variable is resolved server-side
key
Integer User-provided key
name
String Name for backoffice reference
skip_timestream (optional)
Boolean Flag if variable to be skipped in timestream
step (optional)
Long Step format: int64
text_to_speech (optional)
type
value (optional)
String Value

BotVariableChatCompletion - BotVariableChatCompletion Up

Bot variable chat completion
assistant (optional)
String Assistant
followup_params (optional)
Object Followup params
function_script (optional)
String Function script
initial_params (optional)
Object Initial params

BotVariableLogItemCollectionPayload - BotVariableLogItemCollectionPayload Up

Bot variable log item collection payload
begin (optional)
Date format: date-time
end (optional)
Date format: date-time
ids (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

BotVariablePayload - BotVariablePayload Up

Bot variable payload
chat_completion (optional)
description (optional)
fallback (optional)
id (optional)
String Server-provided ID
integration (optional)
String Integration
integration_type (optional)
String Integration type
Enum:
freshdesk
google_drive
open_ai
azure_cognitive_services_speech
is_server (optional)
Boolean Flag is variable is resolved server-side
key
Integer User-provided key
name
String Name for backoffice reference
step (optional)
Long Step format: int64
text_to_speech (optional)
type
String Type
Enum:
step
string
script
text_completion
image_generation
chat_completion
audio_transcription
audio_translation
text_to_speech
value (optional)
String Value

BotVariableTextToSpeech - BotVariableTextToSpeech Up

Bot variable text to speech
format (optional)
String Format
Enum:
text
ssml
gender (optional)
String Gender
Enum:
male
female
speed (optional)
BigDecimal Speed
voice (optional)
String Voice
Enum:
alloy
echo
fable
onyx
nova
shimmer

BotVariableType - BotVariableType Up

Bot variable type
description (optional)
id
Enum:
0
1
2
3
4
6
7
8
9
name (optional)
value
Enum:
step
string
script
text_completion
image_generation
chat_completion
audio_transcription
audio_translation
text_to_speech

BotViewMode - BotViewMode Up

Bot view mode
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
unboxed
boxed

Bot_batch_update - Mediatype identifier: application/vnd.bot_batch_update+json; view=default Up

A bot batch update (default view)
completed (optional)
Long Number of completed items format: int64
created_at
Date Date of creation format: date-time
error (optional)
failed (optional)
Long Number of failed items format: int64
id
name
organisation (optional)
params (optional)
status
Enum:
created
prepared
processing
completed
failed
total (optional)
Long Total number of items to process format: int64
updated_at (optional)
Date Date of update format: date-time

Bot_batch_update_collection - Mediatype identifier: application/vnd.bot_batch_update_collection+json; view=default Up

bot_batch_update collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Bot_channel - Mediatype identifier: application/vnd.bot_channel+json; view=default Up

BotChannel (default view)
audio_transcription (optional)
auth_url (optional)
can_launch (optional)
Boolean Channel can be launched
can_unlaunch (optional)
Boolean Channel can be unlaunched
created_at
Date format: date-time
dialog360_api_key (optional)
dialog360_base_path (optional)
dialog360_sandbox_api_key (optional)
dialog360_sandbox_base_path (optional)
dialog360_sandbox_user_id (optional)
dialog360_user_id (optional)
fb_autostart (optional)
fb_get_started_text (optional)
fb_handover_message (optional)
fb_page_id (optional)
fb_page_name (optional)
fb_subject_to_new_eu_privacy_rules (optional)
fb_user_id (optional)
fb_user_name (optional)
google_business_messages_account_id (optional)
google_business_messages_brand_name (optional)
google_business_messages_location_id (optional)
google_business_messages_location_name (optional)
handover_url (optional)
id
instagram_account_id (optional)
instagram_account_name (optional)
instagram_account_user_name (optional)
instagram_page_id (optional)
instagram_page_name (optional)
line_bot_basic_id (optional)
line_channel_access_token (optional)
line_channel_id (optional)
line_channel_secret (optional)
live_chat_url (optional)
menu (optional)
message_bird_api_key (optional)
message_bird_channel_id (optional)
message_bird_signing_key (optional)
message_bird_type (optional)
message_bird_user_id (optional)
name
status (optional)
status_webhook_url (optional)
telegram_access_token (optional)
telegram_username (optional)
test_urls (optional)
text_to_speech (optional)
triggers (optional)
twilio_whatsapp_account_sid (optional)
twilio_whatsapp_auth_token (optional)
twilio_whatsapp_sandbox_account_sid (optional)
twilio_whatsapp_sandbox_auth_token (optional)
twilio_whatsapp_sandbox_user_id (optional)
twilio_whatsapp_user_id (optional)
twitter_account_id (optional)
twitter_account_name (optional)
twitter_account_screen_name (optional)
type
updated_at (optional)
Date format: date-time
url (optional)
viber_auth_token (optional)
viber_uri (optional)
webhook_url (optional)

Bot_channelReference - Mediatype identifier: application/vnd.bot_channel+json; view=reference Up

BotChannel (reference view)
id
name
type

Bot_channel_collection - Mediatype identifier: application/vnd.bot_channel_collection+json; view=default Up

bot_channel collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Bot_channel_config - Mediatype identifier: application/vnd.bot_channel_config+json; view=default Up

Bot channel config (default view)
channel (optional)
facebook (optional)
google_business_messages (optional)
instagram (optional)

Bot_channel_preview - Mediatype identifier: application/vnd.bot_channel_preview+json; view=default Up

Bot channel preview (default view)
url

Bot_chat_step - Mediatype identifier: application/vnd.bot_chat_step+json; view=default Up

Bot chat step (default view)
app_id
language
languages
response_id (optional)
step

Bot_chat_step_option - Mediatype identifier: application/vnd.bot_chat_step_option+json; view=default Up

Bot chat step option (default view)
button_text (optional)
icon (optional)
String Icon
id (optional)
String Server-provided ID
image (optional)
is_custom (optional)
Boolean Is custom (other)
is_fixed (optional)
Boolean Is fixed order
key
Integer User-provided key
sub_text (optional)
text (optional)
url (optional)
url_target (optional)

Bot_chat_step_option_collection - Mediatype identifier: application/vnd.bot_chat_step_option_collection+json; view=default Up

bot_chat_step_option collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Bot_chat_variable - Mediatype identifier: application/vnd.bot_chat_variable+json; view=default Up

Bot chat variable (default view)
id
String Server-provided ID
is_default (optional)
Boolean Flag if variable is default
is_server (optional)
Boolean Flag is variable is resolved server-side
key
Integer User-provided key
name
String Name for backoffice reference
step (optional)
Long Step format: int64
type
value (optional)
String Value

Bot_collection - Mediatype identifier: application/vnd.bot_collection+json; view=default Up

bot collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
array[Bot] Items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64
template_groups (optional)

Bot_drop_off_report - Mediatype identifier: application/vnd.bot_drop_off_report+json; view=default Up

Bot drop off report (default view)
devices (optional)
exits (optional)
steps (optional)

Bot_feedback_report - Mediatype identifier: application/vnd.bot_feedback_report+json; view=default Up

Bot feedback report (default view)
items
max
Long Max rating format: int64
min
Long Min rating format: int64

Bot_funnel_report - Mediatype identifier: application/vnd.bot_funnel_report+json; view=default Up

Bot funnel report (default view)
count
Long Total number of items format: int64
items

Bot_interactive_report - Mediatype identifier: application/vnd.bot_interactive_report+json; view=default Up

Bot interactive report (default view)
count
Long Total number of responses format: int64
items

Bot_location_report - Mediatype identifier: application/vnd.bot_location_report+json; view=default Up

Bot location report (default view)
count
Long Total number of responses format: int64
items

Bot_monitoring_report - Mediatype identifier: application/vnd.bot_monitoring_report+json; view=default Up

Bot monitoring report (default view)
count
Long Total number of responses format: int64
items

Bot_progress_report - Mediatype identifier: application/vnd.bot_progress_report+json; view=default Up

Bot progress over time report (default view)
count
Long Total number of items format: int64
items

Bot_response - Mediatype identifier: application/vnd.bot_response+json; view=default Up

Bot response (default view)
action_log_items (optional)
bot (optional)
channel (optional)
chats (optional)
contact (optional)
created_at
Date Date of creation format: date-time
id
String ID
is_preview (optional)
Boolean Response is preview
is_spam (optional)
Boolean Response is spam
table
Object Table
variables (optional)

Bot_responseReference - Mediatype identifier: application/vnd.bot_response+json; view=reference Up

Bot response (reference view)
id
String ID
variables (optional)

Bot_response_action_log_item - Mediatype identifier: application/vnd.bot_response_action_log_item+json; view=default Up

Bot response action log item (default view)
action (optional)
bot_response (optional)
created_at
Date format: date-time
id
is_error
request
response

Bot_response_action_log_item_collection - Mediatype identifier: application/vnd.bot_response_action_log_item_collection+json; view=default Up

bot_response_action_log_item collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Bot_response_collection - Mediatype identifier: application/vnd.bot_response_collection+json; view=default Up

bot_response collection (default view)
columns
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Bot_response_upload - Mediatype identifier: application/vnd.bot_response_upload+json; view=default Up

Bot_response_upload media type (default view)
created_at
Date format: date-time
id
name
params
type
updated_at (optional)
Date format: date-time
url

Bot_stats - Mediatype identifier: application/vnd.bot_stats+json; view=default Up

Bot statistics (default view)
channels (optional)
devices
exits
id
overall

Bot_variable_log_item - Mediatype identifier: application/vnd.bot_variable_log_item+json; view=default Up

Bot variable log item (default view)
bot_response (optional)
created_at
Date format: date-time
id
is_error
request
response
variable (optional)

Bot_variable_log_item_collection - Mediatype identifier: application/vnd.bot_variable_log_item_collection+json; view=default Up

bot_variable_log_item collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Campaign - Mediatype identifier: application/vnd.campaign+json; view=default Up

Campaign (default view)
automation_rules (optional)
bounces (optional)
Long Bounces format: int64
complaints (optional)
Long Complaints format: int64
created_at
Date format: date-time
description (optional)
String Description
errors (optional)
Long Errors format: int64
id
languages
array[String] Languages
message (optional)
name
String Name
sent (optional)
Long Sent format: int64
sent_at (optional)
Date Sent at format: date-time
soft_bounces (optional)
Long Soft bounces format: int64
status
String Status
Enum:
created
scheduled
processing
sent
to_send_at (optional)
Date To send at format: date-time
type
String Type
Enum:
manual
automated
updated_at (optional)
Date format: date-time

CampaignAutomationRule - CampaignAutomationRule Up

Campaign automation rule
actions
condition (optional)
Object Condition
condition_field (optional)
condition_operator (optional)
created_at (optional)
Date Created format: date-time
description (optional)
String Description for backoffice reference
id (optional)
String Server-provided ID
is_enabled (optional)
Boolean Is response action enabled
key
Integer User-provided key
name (optional)
String Name for backoffice reference
stop_processing (optional)
Boolean Stop processing more rules
trigger_type
String Trigger type
Enum:
organisation_periodic_timer_daily
organisation_periodic_timer_weekly
organisation_periodic_timer_monthly
updated_at (optional)
Date Updated format: date-time

CampaignAutomationRuleAction - CampaignAutomationRuleAction Up

Campaign automation rule action
created_at (optional)
Date Created format: date-time
id (optional)
String Server-provided ID
key
Integer User-provided key
rule (optional)
send_message (optional)
type
String Action type
Enum:
send_message
updated_at (optional)
Date Updated format: date-time
variables (optional)
array[String] Available variables
Enum:

CampaignAutomationRuleActionLogItemCollectionPayload - CampaignAutomationRuleActionLogItemCollectionPayload Up

Campaign automation rule action log item collection payload
action (optional)
begin (optional)
Date format: date-time
end (optional)
Date format: date-time
ids (optional)
page_number (optional)
page_size (optional)
rule (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

CampaignAutomationRuleActionSendMessage - CampaignAutomationRuleActionSendMessage Up

Campaign automation rule action send message
message
start_chat (optional)
Boolean Start chat

CampaignAutomationRuleConditionField - CampaignAutomationRuleConditionField Up

Campaign automation rule condition operator field
description (optional)
id
Enum:
18
19
20
21
name (optional)
value
Enum:
dayOfWeek
time
day
month

CampaignAutomationRuleConditionOperator - CampaignAutomationRuleConditionOperator Up

Campaign automation rule condition operator
description (optional)
id
Enum:
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
18
17
19
name (optional)
value
Enum:
=
!=
startsWith
notStartsWith
endsWith
notEndsWith
matchesRegEx
notMatchesRegEx
iMatchesRegEx
notIMatchesRegEx
<
>
<=
>=
in
notIn
contains
iContains
notContains
notIContains

CampaignAutomationRuleReference - CampaignAutomationRuleReference Up

Campaign automation rule reference
id
key
name

CampaignCollectionPayload - CampaignCollectionPayload Up

Campaign collection payload
ids (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

CampaignDeletePayload - CampaignDeletePayload Up

Campaign delete payload
ids (optional)
search (optional)

CampaignMessage - CampaignMessage Up

Campaign message
created_at (optional)
Date format: date-time
email_bcc (optional)
String Email bcc addresses
email_cc (optional)
String Email cc addresses
email_from (optional)
String Email from address ID
email_reply_to (optional)
String Email reply to
exclude_channel_types (optional)
array[String] Exclude channel types
Enum:
groups
array[String] Subscriber groups IDs
id (optional)
String ID
include_channel_types (optional)
array[String] Include channel types
Enum:
subject (optional)
text (optional)
updated_at (optional)
Date format: date-time

CampaignPayload - CampaignPayload Up

Campaign payload
automation_rules (optional)
description (optional)
String Description
languages (optional)
array[String] Languages
Enum:
message (optional)
name
String Name
type
String Type
Enum:
manual
automated

CampaignSendPayload - CampaignSendPayload Up

Campaign send payload
to_send_at (optional)
Date Send date format: date-time

Campaign_automation_rule_action_log_item - Mediatype identifier: application/vnd.campaign_automation_rule_action_log_item+json; view=default Up

Campaign automation rule action log item (default view)
action (optional)
created_at
Date format: date-time
id
is_error
request
response

Campaign_automation_rule_action_log_item_collection - Mediatype identifier: application/vnd.campaign_automation_rule_action_log_item_collection+json; view=default Up

campaign_automation_rule_action_log_item collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Campaign_collection - Mediatype identifier: application/vnd.campaign_collection+json; view=default Up

campaign collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

ChatContactCollectionPayload - ChatContactCollectionPayload Up

Chat contact collection payload
begin (optional)
Date format: date-time
bot (optional)
end (optional)
Date format: date-time
ids (optional)
is_spam (optional)
Boolean Spam flag
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc
status (optional)
Enum:

ChatContactDeletePayload - ChatContactDeletePayload Up

Chat contact delete payload
begin (optional)
Date format: date-time
bot (optional)
end (optional)
Date format: date-time
ids (optional)
search (optional)

ChatContactPayload - ChatContactPayload Up

Chat contact payload
avatar (optional)
email (optional)
String Email format: email
fb_id (optional)
first_name (optional)
gender (optional)
String Gender
Enum:
male
female
id (optional)
instagram_id (optional)
is_spam (optional)
Boolean Spam flag
last_name (optional)
line_id (optional)
phone (optional)
status (optional)
String Status
Enum:
away
online
invisible
telegram_id (optional)
twitter_id (optional)
viber_id (optional)
visitor_id (optional)

Chat_contact - Mediatype identifier: application/vnd.chat_contact+json; view=default Up

Contact (default view)
avatar (optional)
bot (optional)
String Bot id
created_at
Date Date of creation format: date-time
email (optional)
fb_id (optional)
first_name (optional)
gender (optional)
id
instagram_id (optional)
is_spam (optional)
Boolean Spam flag
language (optional)
last_name (optional)
line_id (optional)
organisation (optional)
String Organisation id
phone (optional)
status
String Status
Enum:
away
online
invisible
telegram_id (optional)
timezone (optional)
Double Timezone in hours format: double
twitter_id (optional)
updated_at (optional)
Date Date of update format: date-time
user (optional)
viber_id (optional)
visitor_id (optional)

Chat_contact_collection - Mediatype identifier: application/vnd.chat_contact_collection+json; view=default Up

chat_contact collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Currency - Currency Up

Currency
code
name
rate
Double format: double
symbol

CustomSubscriptionBillPayload - CustomSubscriptionBillPayload Up

chat_package
plan

CustomSubscriptionChatPackagePayload - CustomSubscriptionChatPackagePayload Up

amount
Long Amount of the package format: int64
cpc (optional)
Double CPC of the package format: double
price
Double Price of the package format: double

CustomSubscriptionOrderPayload - CustomSubscriptionOrderPayload Up

chat_package
plan

CustomSubscriptionPlanPayload - CustomSubscriptionPlanPayload Up

bot_questions (optional)
Long Maximum number of questions per bot for the plan format: int64
bots (optional)
Long Maximum number of bots allowed for the plan format: int64
price
Double Price format: double
white_label
Boolean Flag whether subscription plan is white label

CustomSubscriptionVoucherGroupPayload - CustomSubscriptionVoucherGroupPayload Up

chat_package
plan

DNSRecord - DNSRecord Up

name
String Name
type
String Type
value
String Value

Dimensions - Dimensions Up

Dimensions
height
Long Height format: int64
width
Long Width format: int64

Domain - Mediatype identifier: application/vnd.domain+json; view=default Up

Domain (default view)
bots (optional)
array[BotReferenceType] Domain attached bots
created_at
Date Date of creation format: date-time
deployment_records (optional)
array[DNSRecord] DNS deployment records
id
String ID of a domain
knowledge_base (optional)
name
String Name format: hostname
status (optional)
type (optional)
updated_at (optional)
Date Date of update format: date-time
verification_records (optional)
array[DNSRecord] DNS verification records

DomainCollectionPayload - DomainCollectionPayload Up

A backoffice domain collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc
status (optional)
Enum:
pending
verified
deployed
failed
created
type
Enum:

DomainCreatePayload - DomainCreatePayload Up

Domain create payload
knowledge_base (optional)
name
type
String Domain type
Enum:
landing
deployment
knowledge_base

DomainStatus - DomainStatus Up

Domain status
description (optional)
id
Enum:
0
1
2
3
4
name (optional)
value
Enum:
pending
verified
deployed
failed
created

DomainType - DomainType Up

Domain type
description (optional)
id
Enum:
0
1
2
name (optional)
value
Enum:
landing
deployment
knowledge_base

Domain_collection - Mediatype identifier: application/vnd.domain_collection+json; view=default Up

domain collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
frontend_hostname
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64
token
verification_prefix

Download - Mediatype identifier: application/vnd.download+json; view=default Up

Download (default view)
created_at
Date format: date-time
error (optional)
id
name (optional)
progress (optional)
Double Download preparation progress format: double
status
String Download status
Enum:
created
failed
finished
updated_at (optional)
Date format: date-time
url (optional)

DownloadCollectionPayload - DownloadCollectionPayload Up

Download collection payload
ids (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc
status (optional)
String Download status
Enum:
created
failed
finished

DownloadDeletePayload - DownloadDeletePayload Up

Download delete payload
ids (optional)
search (optional)
status (optional)
String Download status
Enum:
created
failed
finished

Download_collection - Mediatype identifier: application/vnd.download_collection+json; view=default Up

download collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

EmailAddress - EmailAddress Up

address
String Email address format: email
created_at
id
is_default
name
status
updated_at (optional)

EmailAddressCreatePayload - EmailAddressCreatePayload Up

Email address create payload
address
name

EmailAddressUpdatePayload - EmailAddressUpdatePayload Up

Email address update payload
name
String Name

EmailFromAddressStatus - EmailFromAddressStatus Up

Email from address status
description (optional)
id
Enum:
0
1
2
name (optional)
value
Enum:
pending
failed
verified

EmailSettings - EmailSettings Up

Organisation email settings
incoming_address (optional)
String Incoming email address
status

EmailSettingsPayload - EmailSettingsPayload Up

Organisation email settings payload
default_from_address (optional)
String Default from address id
default_reply_to_address (optional)
String Default reply to address id
status (optional)
String Reputation status
Enum:
healthy
review
paused

Email_from_address - Mediatype identifier: application/vnd.email_from_address+json; view=default Up

Email from address (default view)
address
String Address format: email
created_at
Date Date of creation format: date-time
id
String ID of an email address
is_default
Boolean Flag whether this address is selected as default
name
String Name
status
updated_at (optional)
Date Date of update format: date-time
verification_records (optional)
array[DNSRecord] Verification records

Email_from_address_collection - Mediatype identifier: application/vnd.email_from_address_collection+json; view=default Up

email_from_address collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Email_replyto_address - Mediatype identifier: application/vnd.email_replyto_address+json; view=default Up

Email from address (default view)
address
String Address format: email
created_at
Date Date of creation format: date-time
id
String ID of an email address
is_default
Boolean Flag whether this address is selected as default
name
String Name
updated_at (optional)
Date Date of update format: date-time

Email_replyto_address_collection - Mediatype identifier: application/vnd.email_replyto_address_collection+json; view=default Up

email_replyto_address collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

FontSizePayload - FontSizePayload Up

Font size offset
units
String Units
Enum:
%
px
value
Long Value format: int64

FormBodyValue - FormBodyValue Up

Form body value
description (optional)
String Value
id (optional)
key
Integer User-provided key
name
String Name
value (optional)
String Value

FormContentType - FormContentType Up

Form content type
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
form
form_url_encoded

FreshdeskIntegration - FreshdeskIntegration Up

Freshdesk integration
subdomain

FreshdeskIntegrationPayload - FreshdeskIntegrationPayload Up

Freshdesk integration payload
subdomain
token

Frontend_bot_chat_text - Mediatype identifier: application/vnd.frontend_bot_chat_text+json; view=default Up

Frontend bot chat text (default view)
app_id
language
languages
text

Gender - Gender Up

Gender
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
male
female

GoogleDriveIntegration - GoogleDriveIntegration Up

Google drive integration

GoogleDriveIntegrationPayload - GoogleDriveIntegrationPayload Up

Google drive integration payload

Integration - Mediatype identifier: application/vnd.integration+json; view=default Up

Integration (default view)
auth_url (optional)
azure_cognitive_services_speech (optional)
config_url (optional)
created_at
Date format: date-time
freshdesk (optional)
google_drive (optional)
id
name
needs_authorization (optional)
open_ai (optional)
status
type
updated_at (optional)
Date format: date-time

IntegrationCollectionPayload - IntegrationCollectionPayload Up

Integration collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

IntegrationConfigAzureCognitiveServicesSpeech - IntegrationConfigAzureCognitiveServicesSpeech Up

Integration config for Azure cognitive services speech

IntegrationConfigFreshdesk - IntegrationConfigFreshdesk Up

Integration config for Freshdesk

IntegrationConfigGoogleDrive - IntegrationConfigGoogleDrive Up

Integration config for Google Drive

IntegrationConfigOpenAI - IntegrationConfigOpenAI Up

Integration config for OpenAI

IntegrationCreatePayload - IntegrationCreatePayload Up

Integration payload
name

IntegrationReference - Mediatype identifier: application/vnd.integration+json; view=reference Up

Integration (reference view)
id
name
status
type

IntegrationStatus - IntegrationStatus Up

Integration status
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
created
active

IntegrationType - IntegrationType Up

Integration type
article_url
category
description (optional)
features (optional)
id
Enum:
0
1
2
3
logo
name (optional)
tags (optional)
value
Enum:
freshdesk
google_drive
open_ai
azure_cognitive_services_speech

IntegrationTypeCategory - IntegrationTypeCategory Up

Integration type category
description (optional)
id
Enum:
0
1
2
3
name (optional)
value
Enum:
crm
storage
ai
cloud

IntegrationTypeCollectionPayload - IntegrationTypeCollectionPayload Up

Integration type collection payload
category (optional)
Enum:
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc
tag (optional)
Enum:

IntegrationTypeFeature - IntegrationTypeFeature Up

Integration type feature
description (optional)
id
Enum:
0
1
2
3
4
5
6
7
8
name (optional)
value
Enum:
import_knowledge_base
export_contact
import_live_chat
store_bot_response
complete_text
generate_image
transcribe_audio
translate_audio
text_to_speech

IntegrationTypeTag - IntegrationTypeTag Up

Integration type tag
description (optional)
id
Enum:
0
1
2
3
name (optional)
value
Enum:
crm
storage
ai
cloud

IntegrationUpdatePayload - IntegrationUpdatePayload Up

Integration update payload
azure_cognitive_services_speech (optional)
freshdesk (optional)
google_drive (optional)
name
open_ai (optional)

Integration_collection - Mediatype identifier: application/vnd.integration_collection+json; view=default Up

integration collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Integration_config - Mediatype identifier: application/vnd.integration_config+json; view=default Up

Integration config (default view)
azure_cognitive_services_speech (optional)
freshdesk (optional)
google_drive (optional)
integration (optional)
open_ai (optional)

Integration_type_collection - Mediatype identifier: application/vnd.integration_type_collection+json; view=default Up

integration_type collection (default view)
categories (optional)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64
tags (optional)

KnowledgeBaseArticleCollectionPayload - KnowledgeBaseArticleCollectionPayload Up

Knowledge base article collection payload
ids (optional)
is_draft (optional)
page_number (optional)
page_size (optional)
search (optional)
section (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

KnowledgeBaseArticleDeletePayload - KnowledgeBaseArticleDeletePayload Up

Knowledge base article delete payload
ids (optional)
is_draft (optional)
search (optional)
section (optional)

KnowledgeBaseArticlePayload - KnowledgeBaseArticlePayload Up

Knowledge base article payload
aliases (optional)
array[String] Aliases
categories (optional)
array[String] Categories
has_toc (optional)
Boolean Does article have a toc
id (optional)
String ID of a knowledge base article
is_draft (optional)
Boolean Is article a draft
key
Long Key format: int64
resources (optional)
section (optional)
String Section
slug
tags (optional)
text
title
updated_at (optional)
Date Date of update format: date-time

KnowledgeBaseArticleReplacePayload - KnowledgeBaseArticleReplacePayload Up

Knowledge base article replace payload
find
replace (optional)

KnowledgeBaseArticleResource - KnowledgeBaseArticleResource Up

Knowledge base article resource
created_at (optional)
Date Date of creation format: date-time
id (optional)
String ID of a knowledge base section
key
Long Key format: int64
name (optional)
src (optional)
title (optional)
type
String Type
Enum:
image
audio_file
video_file
file
updated_at (optional)
Date Date of update format: date-time

KnowledgeBaseCollectionPayload - KnowledgeBaseCollectionPayload Up

Knowledge base collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

KnowledgeBaseImportCollectionPayload - KnowledgeBaseImportCollectionPayload Up

Knowledge base import collection payload
ids (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

KnowledgeBaseImportFreshdesk - KnowledgeBaseImportFreshdesk Up

Knowledge base import freshdesk
categories (optional)
array[String] Limit the import to those sections
custom_domain (optional)
String Helpdesk custom domain

KnowledgeBaseImportPayload - KnowledgeBaseImportPayload Up

Knowledge base import payload
freshdesk (optional)
integration
is_append_only (optional)
Boolean Append-only import

KnowledgeBaseImportStatus - KnowledgeBaseImportStatus Up

Knowledge base import status
description (optional)
id
Enum:
0
1
2
3
name (optional)
value
Enum:
created
processing
failed
completed

KnowledgeBaseMenuItem - KnowledgeBaseMenuItem Up

Knowledge base menu item
article (optional)
String Article ID
created_at (optional)
Date Date of creation format: date-time
description (optional)
id (optional)
String ID of a knowledge base menu item
key
Long Key format: int64
section (optional)
Long Section key format: int64
title (optional)
type
String Type
Enum:
section
article
url
updated_at (optional)
Date Date of update format: date-time
url (optional)

KnowledgeBasePayload - KnowledgeBasePayload Up

Knowledge base payload
css (optional)
String Custom CSS to add
description (optional)
favicon (optional)
String Favicon
footer_html (optional)
String Footer HTML to add
header_html (optional)
String Header HTML to add
languages (optional)
array[Language] Supported languages
logo (optional)
String Logo
menu_items (optional)
name
String Name
sections (optional)
show_edit_links (optional)
Boolean Show edit links
title (optional)
title_addition (optional)

KnowledgeBaseSearchPayload - KnowledgeBaseSearchPayload Up

Knowledge base search payload
knowledge_base
knowledge_base_sections (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

KnowledgeBaseSection - KnowledgeBaseSection Up

Knowledge base section
aliases (optional)
array[String] Aliases
created_at (optional)
Date Date of creation format: date-time
description (optional)
general_url (optional)
String Section general domain URL
id (optional)
String ID of a knowledge base section
key
Long Key format: int64
parent (optional)
Long Parent section key format: int64
slug
title (optional)
updated_at (optional)
Date Date of update format: date-time
url (optional)
String Section URL

KnowledgeBaseStatus - KnowledgeBaseStatus Up

Knowledge base status
description (optional)
id
Enum:
0
1
2
3
name (optional)
value
Enum:
created
deploying
deployment_failed
deployed

Knowledge_base - Mediatype identifier: application/vnd.knowledge_base+json; view=default Up

Knowledge base (default view)
created_at
Date Date of creation format: date-time
css (optional)
String Custom CSS to add
deployment_error (optional)
String Deployment error
description (optional)
favicon (optional)
String Favicon
footer_html (optional)
String Footer HTML to add
general_url (optional)
String General domain URL
header_html (optional)
String Header HTML to add
id
String ID of a knowledge base
languages (optional)
array[Language] Supported languages
logo (optional)
String Logo
menu_items (optional)
name
String Name
sections (optional)
show_edit_links (optional)
Boolean Show edit links
status (optional)
title (optional)
title_addition (optional)
updated_at (optional)
Date Date of update format: date-time
url (optional)
String Knowledge base URL

Knowledge_baseReference - Mediatype identifier: application/vnd.knowledge_base+json; view=reference Up

Knowledge base (reference view)
id
String ID of a knowledge base
name
String Name

Knowledge_base_article - Mediatype identifier: application/vnd.knowledge_base_article+json; view=default Up

Knowledge base article (default view)
aliases (optional)
array[String] Aliases
categories (optional)
array[String] Categories
created_at
Date Date of creation format: date-time
general_url (optional)
String Article general domain URL
has_toc (optional)
Boolean Does article have a toc
id
String ID of a knowledge base article
is_draft (optional)
Boolean Is article a draft
key
Long Key format: int64
order (optional)
Long Order format: int64
resources (optional)
section (optional)
slug (optional)
tags (optional)
text (optional)
title (optional)
updated_at (optional)
Date Date of update format: date-time
url (optional)
String Article URL

Knowledge_base_article_collection - Mediatype identifier: application/vnd.knowledge_base_article_collection+json; view=default Up

knowledge_base_article collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Knowledge_base_collection - Mediatype identifier: application/vnd.knowledge_base_collection+json; view=default Up

knowledge_base collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Knowledge_base_import - Mediatype identifier: application/vnd.knowledge_base_import+json; view=default Up

Knowledge base import (default view)
created_at
Date Date of creation format: date-time
error (optional)
freshdesk (optional)
id
String ID of a knowledge base import
integration (optional)
is_append_only (optional)
Boolean Append-only import
status (optional)
updated_at (optional)
Date Date of update format: date-time

Knowledge_base_import_collection - Mediatype identifier: application/vnd.knowledge_base_import_collection+json; view=default Up

knowledge_base_import collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Knowledge_base_search_result_item - Mediatype identifier: application/vnd.knowledge_base_search_result_item+json; view=default Up

Knowledge base search result item (default view)
description (optional)
id
image (optional)
text (optional)
title
url (optional)

Knowledge_base_search_result_item_collection - Mediatype identifier: application/vnd.knowledge_base_search_result_item_collection+json; view=default Up

knowledge_base_search_result_item collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Language - Language Up

Language
code
String Language code
Enum:
ar-ae
ar-eg
ar-sa
az-az
bg-bg
bn-bd
bn-in
ca-ad
ca-es
ca-fr
ca-it
cs-cz
da-dk
da-gl
de-de
el-cy
el-gr
en-ca
en-gb
en-us
es-es
et-ee
fa-ir
fi-fi
fr-fr
ga-ie
he-il
hi-in
hr-ba
hr-hr
ht-ht
hu-hu
hy-am
id-id
it-it
ja-jp
ka-ge
km-kh
ko-kp
ko-kr
ky-kg
lt-lt
lv-lv
ms-bn
ms-my
ms-sg
mt-mt
my-mm
nb-no
nb-sj
ne-in
ne-np
nl-nl
nt-nt
pa-in
pl-pl
pt-br
pt-pt
ro-ro
ru-ru
sk-sk
sl-si
sl-sl
sr-ba
sr-me
sr-rs
sr-xk
sv-ax
sv-fi
sv-se
th-th
ti-er
ti-et
tr-tr
uk-ua
vi-vn
zh-cn
zh-hk
zh-mo
zh-sg
zh-tw
name (optional)
String Language self-title

LinkTarget - LinkTarget Up

Link target
description (optional)
id
Enum:
0
1
2
3
name (optional)
value
Enum:
_self
_blank
_parent
_top

LiveChatAssignPayload - LiveChatAssignPayload Up

Live chat assign payload
agent_groups (optional)
array[String] Agent groups
agents (optional)
filter (optional)

LiveChatAttachmentAudioTranscriptionSettings - LiveChatAttachmentAudioTranscriptionSettings Up

Live chat audio transcription settings
integration (optional)
String Integration
is_enabled (optional)
Boolean Enabled

LiveChatAttachmentPayload - LiveChatAttachmentPayload Up

Live chat attachment payload
name
type

LiveChatAttachmentSettings - LiveChatAttachmentSettings Up

Live chat attachment settings
audio_transcription (optional)

LiveChatAutomationRule - LiveChatAutomationRule Up

Live chat automation rule
actions
condition (optional)
Object Condition
condition_field (optional)
condition_operator (optional)
created_at (optional)
Date Created format: date-time
description (optional)
String Description for backoffice reference
id (optional)
String Server-provided ID
is_enabled (optional)
Boolean Is response action enabled
key
Integer User-provided key
name (optional)
String Name for backoffice reference
stop_processing (optional)
Boolean Stop processing more rules
trigger_type
String Trigger type
Enum:
chat_created
chat_closed
chat_reopened
chat_marked_spam
chat_unmarked_spam
chat_message_created
chat_periodic_timer
organisation_periodic_timer
chat_contact_responded
chat_agent_responded
chat_handed_over_to_bot
updated_at (optional)
Date Updated format: date-time

LiveChatAutomationRuleAction - LiveChatAutomationRuleAction Up

Live chat automation rule action
agent_status (optional)
String Agent status
Enum:
away
online
invisible
assign_agent_groups (optional)
array[String] Assign agent groups
assign_agents (optional)
array[String] Assign agents
basic_auth (optional)
String Basic auth
created_at (optional)
Date Created format: date-time
email_bcc (optional)
String Email bcc addresses
email_cc (optional)
String Email cc addresses
email_from (optional)
String Email from address ID
email_reply_to (optional)
String Email reply to addresses
email_subject (optional)
String Email subject
email_to (optional)
String Email to addresses
form_body_values (optional)
array[FormBodyValue] Form body values
form_content_type (optional)
String Form content type
Enum:
form
form_url_encoded
forward_agent_groups (optional)
array[String] Forward agent groups
forward_agents (optional)
array[String] Forward agents
forward_emails (optional)
array[String] Forward email addresses
google_drive_spreadsheet_document (optional)
google_drive_spreadsheet_integration (optional)
google_drive_spreadsheet_list (optional)
headers (optional)
id (optional)
String Server-provided ID
json_body (optional)
Object JSON body
key
Integer User-provided key
rule (optional)
slack_channel_name (optional)
String Slack channel name
text (optional)
String Text
type
String Action type
Enum:
assign
close
reopen
mark_spam
unmark_spam
forward
email
json
slack
zapier
integromat
agent_status
form
google_drive_spreadsheet
updated_at (optional)
Date Updated format: date-time
url (optional)
String URL
variables (optional)
array[String] Available variables
Enum:

LiveChatAutomationRuleActionHeader - LiveChatAutomationRuleActionHeader Up

Live chat automation rule action header
id (optional)
key
Integer User-provided key
name
value (optional)

LiveChatAutomationRuleActionLogItemCollectionPayload - LiveChatAutomationRuleActionLogItemCollectionPayload Up

Live chat automation rule action log item collection payload
action (optional)
begin (optional)
Date format: date-time
chat (optional)
end (optional)
Date format: date-time
ids (optional)
page_number (optional)
page_size (optional)
rule (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

LiveChatAutomationRuleActionLogItemReferenceType - LiveChatAutomationRuleActionLogItemReferenceType Up

Live chat automation rule action log item reference type (workaround)
action (optional)
created_at
Date format: date-time
id
is_error

LiveChatAutomationRuleConditionField - LiveChatAutomationRuleConditionField Up

Live chat automation rule condition operator field
description (optional)
id
Enum:
0
1
2
3
4
5
6
7
8
9
10
12
11
13
14
15
16
17
18
19
20
21
name (optional)
value
Enum:
chatSubject
chatDescription
chatMessageText
chatUpdatedSince
chatStatus
chatState
chatIsSpam
chatAssignedAgentGroup
chatAssignedAgent
chatContactContinent
chatContactCountry
chatContactCity
chatContactState
chatPageHostName
chatPagePath
chatPageURL
chatReferrer
chatDeviceType
dayOfWeek
time
day
month

LiveChatAutomationRuleConditionOperator - LiveChatAutomationRuleConditionOperator Up

Live chat automation rule condition operator
description (optional)
id
Enum:
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
18
17
19
name (optional)
value
Enum:
=
!=
startsWith
notStartsWith
endsWith
notEndsWith
matchesRegEx
notMatchesRegEx
iMatchesRegEx
notIMatchesRegEx
<
>
<=
>=
in
notIn
contains
iContains
notContains
notIContains

LiveChatAutomationRuleReference - LiveChatAutomationRuleReference Up

Live chat automation rule reference
id
key
name

LiveChatCannedResponseCollectionPayload - LiveChatCannedResponseCollectionPayload Up

Live chat canned response collection payload
categories (optional)
ids (optional)
is_preview (optional)
Boolean Response is preview
is_spam (optional)
Boolean Response is spam
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

LiveChatCannedResponsePayload - LiveChatCannedResponsePayload Up

Live chat canned response payload
categories (optional)
name
text (optional)
text_variables (optional)
array[String] Available text variables
Enum:
type
String Type
Enum:
text

LiveChatCannedResponseRenderPayload - LiveChatCannedResponseRenderPayload Up

Live chat canned response render payload
chat
String Chat ID

LiveChatChannelModePayload - LiveChatChannelModePayload Up

channel_mode
String Type
Enum:
bot
email

LiveChatCollectionPayload - LiveChatCollectionPayload Up

Live chat collection payload
agent (optional)
assigned_agent (optional)
array[String] Assigned agent
assigned_agent_group (optional)
array[String] Assigned agent group
begin (optional)
Date format: date-time
bot (optional)
channel_mode (optional)
Enum:
contact (optional)
end (optional)
Date format: date-time
ids (optional)
is_spam (optional)
Boolean Chat spam flag
page_number (optional)
page_size (optional)
priority (optional)
Enum:
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc
state (optional)
Enum:
status (optional)
Enum:
tags (optional)
translation_mode (optional)
Enum:

LiveChatImportCollectionPayload - LiveChatImportCollectionPayload Up

Live chat import collection payload
ids (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

LiveChatImportFreshdesk - LiveChatImportFreshdesk Up

Live chat import freshdesk
filter (optional)
String Ticket filter to use for the import

LiveChatImportPayload - LiveChatImportPayload Up

Live chat import payload
freshdesk (optional)
integration
is_append_only (optional)
Boolean Append-only import

LiveChatImportStatus - LiveChatImportStatus Up

Live chat import status
description (optional)
id
Enum:
0
1
2
3
name (optional)
value
Enum:
created
processing
failed
completed

LiveChatMergePayload - LiveChatMergePayload Up

Live chat merge payload
add_bcc (optional)
Boolean Add BCC from the merged tickets
add_cc (optional)
Boolean Add CC from the merged tickets
ids (optional)
array[String] Chat IDs
skip_notification (optional)
Boolean Skip notification flag

LiveChatMessageCollectionPayload - LiveChatMessageCollectionPayload Up

Live chat message collection payload
page_number (optional)
page_size (optional)
sort_order (optional)
Enum:
asc
desc

LiveChatMessagePayload - LiveChatMessagePayload Up

Live chat message payload
attachments (optional)
array[String] Attachments
contact_bcc (optional)
array[String] Contact BCC
contact_cc (optional)
array[String] Contact CC
text (optional)
type (optional)
String Type
Enum:
text

LiveChatPayload - LiveChatPayload Up

Live chat payload
agents (optional)
channel_mode (optional)
String Type
Enum:
bot
email
contact (optional)
description (optional)
String Description
is_spam (optional)
Boolean Spam chat flag
language (optional)
String Language
priority (optional)
String Priority
Enum:
unset
low
medium
high
urgent
response (optional)
String Response
skip_notification (optional)
Boolean Skip notification flag
state (optional)
String State
Enum:
new
agent_responded
contact_responded
status (optional)
String Status
Enum:
new
open
closed
merged
subject (optional)
String Subject
tags (optional)
translation_mode (optional)
String Translation mode
Enum:
disabled
automatic

LiveChatReference - LiveChatReference Up

Live chat reference
bot (optional)
id
number
Long Number format: int64
organisation (optional)
subject (optional)
String Subject

LiveChatSearchViewCollectionPayload - LiveChatSearchViewCollectionPayload Up

Live chat search view collection payload
ids (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

LiveChatSearchViewPayload - LiveChatSearchViewPayload Up

Live chat search view payload
description (optional)
filter (optional)
is_shared (optional)
name

LiveChatSettings - LiveChatSettings Up

Live chat settings
agent_status (optional)
String Global organization Agent agent status
Enum:
away
online
invisible
attachment (optional)
automation_rules (optional)
chat_agent_joined_message (optional)
chat_agent_left_message (optional)
chat_channel_email_message (optional)
chat_closed_email_message (optional)
chat_closed_message (optional)
chat_created_email_message (optional)
chat_created_message (optional)
chat_handed_over_to_bot_message (optional)
chat_merged_from_email_message (optional)
chat_merged_from_message (optional)
chat_merged_to_email_message (optional)
chat_merged_to_message (optional)
chat_message_variables (optional)
array[String] Chat system message available variables
Enum:
chat_offline_timeout (optional)
Integer Chat offline timeout in minutes
chat_reopened_email_message (optional)
chat_reopened_message (optional)
languages (optional)
array[String] Supported languages
Enum:
translation_mode (optional)
String Translation mode
Enum:
disabled
automatic
user_avatar (optional)
String Fallback avatar for the user

LiveChatTranslationModePayload - LiveChatTranslationModePayload Up

translation_mode
String Translation mode
Enum:
disabled
automatic

LiveChatUpdateCollectionPayload - LiveChatUpdateCollectionPayload Up

Live chat update collection payload
contact (optional)
ids (optional)
is_spam (optional)
Boolean Chat spam flag
search (optional)
skip_notification (optional)
Boolean Skip the notification
status (optional)
Enum:
with_contact (optional)
Boolean Update with contact

Live_chat - Mediatype identifier: application/vnd.live_chat+json; view=default Up

Live chat (default view)
agents
array[Agent] Agents
assigned_agent_groups
array[Agent_group] Assigned agent groups
assigned_agents
array[Agent] Assigned agents
automation_rule_action_log_items (optional)
bot (optional)
String Bot ID
bot_data (optional)
channel_mode
String Type
Enum:
bot
email
contact
contact_bcc (optional)
array[Chat_contact] Contact BCC
contact_cc (optional)
created_at
Date Date of creation format: date-time
description (optional)
String Description
id
is_new (optional)
Boolean New chat flag
is_spam (optional)
Boolean Spam chat flag
language (optional)
String Language
merged_from (optional)
merged_to (optional)
messages
number
Long Number format: int64
organisation
String Organisation ID
priority
String Priority
Enum:
unset
low
medium
high
urgent
response (optional)
start
Date Date of start format: date-time
state
String State
Enum:
new
agent_responded
contact_responded
status
String Status
Enum:
new
open
closed
merged
stop (optional)
Date Date of stop format: date-time
subject
String Subject
tags (optional)
translated_description (optional)
translated_subject (optional)
translation_mode
String Translation mode
Enum:
disabled
automatic
updated_at (optional)
Date Date of update format: date-time

Live_chat_attachment - Mediatype identifier: application/vnd.live_chat_attachment+json; view=default Up

Live_chat_attachment media type (default view)
created_at
Date format: date-time
id
name
params
transcript (optional)
String Transcript of the attachment
translated_transcript (optional)
type
updated_at (optional)
Date format: date-time
url

Live_chat_automation_rule_action_log_item - Mediatype identifier: application/vnd.live_chat_automation_rule_action_log_item+json; view=default Up

Live chat automation rule action log item (default view)
action (optional)
chat (optional)
created_at
Date format: date-time
id
is_error
request
response

Live_chat_automation_rule_action_log_item_collection - Mediatype identifier: application/vnd.live_chat_automation_rule_action_log_item_collection+json; view=default Up

live_chat_automation_rule_action_log_item collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Live_chat_canned_response - Mediatype identifier: application/vnd.live_chat_canned_response+json; view=default Up

Live chat canned response (default view)
categories (optional)
created_at
Date Date of creation format: date-time
id
name
organisation
text (optional)
type
String Type
Enum:
text
updated_at (optional)
Date Date of update format: date-time

Live_chat_canned_response_collection - Mediatype identifier: application/vnd.live_chat_canned_response_collection+json; view=default Up

live_chat_canned_response collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Live_chat_collection - Mediatype identifier: application/vnd.live_chat_collection+json; view=default Up

live_chat collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Live_chat_import - Mediatype identifier: application/vnd.live_chat_import+json; view=default Up

Live chat import (default view)
created_at
Date Date of creation format: date-time
error (optional)
freshdesk (optional)
id
String ID of the import
integration (optional)
is_append_only (optional)
Boolean Append-only import
status (optional)
updated_at (optional)
Date Date of update format: date-time

Live_chat_import_collection - Mediatype identifier: application/vnd.live_chat_import_collection+json; view=default Up

live_chat_import collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Live_chat_message - Mediatype identifier: application/vnd.live_chat_message+json; view=default Up

Live chat message (default view)
agent (optional)
attachments (optional)
bot (optional)
String Bot id
channel
String Channel
Enum:
facebook
web
twilio_whatsapp
line
message_bird
telegram
email
viber
dialog360
instagram
twitter
google_business_messages
chat
String Live chat id
contact (optional)
contact_bcc (optional)
array[Chat_contact] Contact BCC
contact_cc (optional)
created_at
Date Date of creation format: date-time
delivery_error (optional)
has_original_text (optional)
Boolean Has original text
id
organisation
String Organisation id
original_text (optional)
quote_text (optional)
source
String Source
Enum:
person
bot
status
String Status
Enum:
created
sent
delivered
delivery_failed
seen
text (optional)
translated_text (optional)
type
String Type
Enum:
text
updated_at (optional)
Date Date of update format: date-time

Live_chat_message_collection - Mediatype identifier: application/vnd.live_chat_message_collection+json; view=default Up

live_chat_message collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Live_chat_search_view - Mediatype identifier: application/vnd.live_chat_search_view+json; view=default Up

Search view (default view)
created_at
Date Date of creation format: date-time
description (optional)
filter (optional)
id
is_read_only (optional)
is_shared (optional)
name
updated_at (optional)
Date Date of update format: date-time

Live_chat_search_view_collection - Mediatype identifier: application/vnd.live_chat_search_view_collection+json; view=default Up

live_chat_search_view collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Lock - Mediatype identifier: application/vnd.lock+json; view=default Up

Lock (default view)
created_at
Date format: date-time
id
is_own
object_id
String Object id
object_type
String Object type
Enum:
BoUser
Organisation
Bot
FromAddress
ReplyToAddress
Domain
BotChannel
Contact
BotChannelPost
KnowledgeBaseArticle
KnowledgeBaseSection
KnowledgeBase
LiveChatCannedResponseCategory
LiveChatCannedResponse
KnowledgeBaseCategory
KnowledgeBaseTag
LiveChatTag
Integration
FreshdeskIntegrationSolutionCategory
FreshdeskIntegrationFilter
IntegrationType
LiveChat
Agent
AgentGroup
LiveChatSearchView
GoogleDriveIntegrationDocument
GoogleDriveIntegrationDocumentList
BotStep
BotChannelLocation
OpenAIIntegrationAssistant
Enum
SubscriberGroup
user (optional)

LockDeletePayload - LockDeletePayload Up

Object delete lock payload
force (optional)
object_id
String Object id
object_type
String Object type
Enum:
BoUser
Organisation
Bot
FromAddress
ReplyToAddress
Domain
BotChannel
Contact
BotChannelPost
KnowledgeBaseArticle
KnowledgeBaseSection
KnowledgeBase
LiveChatCannedResponseCategory
LiveChatCannedResponse
KnowledgeBaseCategory
KnowledgeBaseTag
LiveChatTag
Integration
FreshdeskIntegrationSolutionCategory
FreshdeskIntegrationFilter
IntegrationType
LiveChat
Agent
AgentGroup
LiveChatSearchView
GoogleDriveIntegrationDocument
GoogleDriveIntegrationDocumentList
BotStep
BotChannelLocation
OpenAIIntegrationAssistant
Enum
SubscriberGroup
object_updated_at
Date Object updated at format: date-time

LockPayload - LockPayload Up

Object lock payload
object_id
String Object id
object_type
String Object type
Enum:
BoUser
Organisation
Bot
FromAddress
ReplyToAddress
Domain
BotChannel
Contact
BotChannelPost
KnowledgeBaseArticle
KnowledgeBaseSection
KnowledgeBase
LiveChatCannedResponseCategory
LiveChatCannedResponse
KnowledgeBaseCategory
KnowledgeBaseTag
LiveChatTag
Integration
FreshdeskIntegrationSolutionCategory
FreshdeskIntegrationFilter
IntegrationType
LiveChat
Agent
AgentGroup
LiveChatSearchView
GoogleDriveIntegrationDocument
GoogleDriveIntegrationDocumentList
BotStep
BotChannelLocation
OpenAIIntegrationAssistant
Enum
SubscriberGroup
object_updated_at
Date Object updated at format: date-time

LoginBackofficeAuthPayload - LoginBackofficeAuthPayload Up

password
recaptcha_response
username

LoginOAuthCallbackConfirmPayload - LoginOAuthCallbackConfirmPayload Up

A login oauth callback confirm payload
code
String Code

LoginOauthPayload - LoginOauthPayload Up

A backoffice oauth login payload
provider
String OAuth orovider
Enum:
gplus
microsoftonline
facebook
recaptcha_response
String Recaptcha response

LoginProvider - LoginProvider Up

Login provider
description (optional)
id
Enum:
0
1
2
name (optional)
value
Enum:
gplus
microsoftonline
facebook

LoginTokenBackofficeAuthPayload - LoginTokenBackofficeAuthPayload Up

recaptcha_response
token

MailPayload - MailPayload Up

Mail payload
Message (optional)
MessageId (optional)
Signature (optional)
SignatureVersion (optional)
SigningCertURL (optional)
Subject (optional)
SubscribeURL (optional)
Timestamp (optional)
Token (optional)
TopicArn (optional)
Type (optional)
UnsubscribeURL (optional)

NotificationSettings - NotificationSettings Up

Organisation notification settings notification
bots (optional)
array[Long] Bots to include in the reporting format: int64
daily (optional)
Boolean Daily
daily_subject (optional)
String Daily subject
email (optional)
String Email
email_from (optional)
exclude_bots (optional)
array[Long] Bots to include in the reporting format: int64
id (optional)
String Server-provided ID
monthly (optional)
Boolean Monthly
monthly_subject (optional)
String Monthly subject
weekly (optional)
Boolean Weekly
weekly_subject (optional)
String Weekly subject

NotificationSettingsPayload - NotificationSettingsPayload Up

Organisation notification settings payload
bots (optional)
array[Long] Bots to include in the reporting format: int64
daily (optional)
Boolean Daily
daily_subject (optional)
String Daily subject
email (optional)
String Email
email_from (optional)
String Email from address
exclude_bots (optional)
array[Long] Bots to include in the reporting format: int64
id (optional)
String Server-provided ID
monthly (optional)
Boolean Monthly
monthly_subject (optional)
String Monthly subject
weekly (optional)
Boolean Weekly
weekly_subject (optional)
String Weekly subject

NotificationTemplate - NotificationTemplate Up

Notification template
channel_type (optional)
String Channel type
Enum:
email
created_at (optional)
Date Created format: date-time
id (optional)
String Server-provided ID
live_chat_message_account (optional)
String Live chat message account notification template
live_chat_message_account_variables (optional)
array[String] Live chat message account notification template available variables
Enum:
updated_at (optional)
Date Updated format: date-time

ObjectVersionCollectionPayload - ObjectVersionCollectionPayload Up

Object version collection payload
is_draft (optional)
object_id
String Object id
object_type
String Object type
Enum:
BoUser
Organisation
Bot
FromAddress
ReplyToAddress
Domain
BotChannel
Contact
BotChannelPost
KnowledgeBaseArticle
KnowledgeBaseSection
KnowledgeBase
LiveChatCannedResponseCategory
LiveChatCannedResponse
KnowledgeBaseCategory
KnowledgeBaseTag
LiveChatTag
Integration
FreshdeskIntegrationSolutionCategory
FreshdeskIntegrationFilter
IntegrationType
LiveChat
Agent
AgentGroup
LiveChatSearchView
GoogleDriveIntegrationDocument
GoogleDriveIntegrationDocumentList
BotStep
BotChannelLocation
OpenAIIntegrationAssistant
Enum
SubscriberGroup
page_number (optional)
page_size (optional)
search (optional)

ObjectVersionCreatePayload - ObjectVersionCreatePayload Up

Object version payload
object_id
String Object id
object_payload
Object Object payload
object_type
String Object type
Enum:
BoUser
Organisation
Bot
FromAddress
ReplyToAddress
Domain
BotChannel
Contact
BotChannelPost
KnowledgeBaseArticle
KnowledgeBaseSection
KnowledgeBase
LiveChatCannedResponseCategory
LiveChatCannedResponse
KnowledgeBaseCategory
KnowledgeBaseTag
LiveChatTag
Integration
FreshdeskIntegrationSolutionCategory
FreshdeskIntegrationFilter
IntegrationType
LiveChat
Agent
AgentGroup
LiveChatSearchView
GoogleDriveIntegrationDocument
GoogleDriveIntegrationDocumentList
BotStep
BotChannelLocation
OpenAIIntegrationAssistant
Enum
SubscriberGroup
object_updated_at (optional)
Date Object updated at format: date-time

Object_version - Mediatype identifier: application/vnd.object_version+json; view=default Up

Object version (default view)
created_at
Date format: date-time
description (optional)
id
is_draft
Boolean Object version is draft
object_id
String Object id
object_payload
Object Object payload
object_previous_payload (optional)
Object Object previous payload
object_type
String Object type
Enum:
BoUser
Organisation
Bot
FromAddress
ReplyToAddress
Domain
BotChannel
Contact
BotChannelPost
KnowledgeBaseArticle
KnowledgeBaseSection
KnowledgeBase
LiveChatCannedResponseCategory
LiveChatCannedResponse
KnowledgeBaseCategory
KnowledgeBaseTag
LiveChatTag
Integration
FreshdeskIntegrationSolutionCategory
FreshdeskIntegrationFilter
IntegrationType
LiveChat
Agent
AgentGroup
LiveChatSearchView
GoogleDriveIntegrationDocument
GoogleDriveIntegrationDocumentList
BotStep
BotChannelLocation
OpenAIIntegrationAssistant
Enum
SubscriberGroup
user (optional)

Object_version_collection - Mediatype identifier: application/vnd.object_version_collection+json; view=default Up

object_version collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Offset - Offset Up

Position offset
units
value
Long Value format: int64

OffsetPayload - OffsetPayload Up

Position offset
units
String Units
Enum:
vh
px
value
Long Value format: int64

OffsetUnit - OffsetUnit Up

Offset unit
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
vh
px

OpenAIIntegration - OpenAIIntegration Up

OpenAI integration
automation_rules (optional)
organisation (optional)

OpenAIIntegrationAutomationRule - OpenAIIntegrationAutomationRule Up

OpenAI integration automation rule
actions
condition (optional)
Object Condition
condition_field (optional)
condition_operator (optional)
created_at (optional)
Date Created format: date-time
description (optional)
String Description for backoffice reference
id (optional)
String Server-provided ID
is_enabled (optional)
Boolean Is response action enabled
key
Integer User-provided key
name (optional)
String Name for backoffice reference
stop_processing (optional)
Boolean Stop processing more rules
trigger_type
String Trigger type
Enum:
organisation_periodic_timer_daily
organisation_periodic_timer_weekly
organisation_periodic_timer_monthly
updated_at (optional)
Date Updated format: date-time

OpenAIIntegrationAutomationRuleAction - OpenAIIntegrationAutomationRuleAction Up

OpenAI integration automation rule action
crawl_update_assistant (optional)
created_at (optional)
Date Created format: date-time
google_drive_spreadsheet_update_assistant (optional)
id (optional)
String Server-provided ID
key
Integer User-provided key
response_assessment (optional)
rule (optional)
type
String Action type
Enum:
crawl_update_assistant
response_assessment
google_drive_spreadsheet_update_assistant
updated_at (optional)
Date Updated format: date-time
variables (optional)
array[String] Available variables
Enum:

OpenAIIntegrationAutomationRuleActionCrawlUpdateAssistant - OpenAIIntegrationAutomationRuleActionCrawlUpdateAssistant Up

OpenAI integration automation rule action crawl and update assistant details
assistant
String Assistant
detect_charset (optional)
Boolean Detect charset
disallowed_url_filters (optional)
array[String] Disallowed URL filters
filename (optional)
String Filename
format
String Format
Enum:
pdf
markdown
ignore_robots_txt (optional)
Boolean Ignore robots.txt
max_body_size (optional)
Long Max body size format: int64
max_depth (optional)
Long Max depth format: int64
url
String URL to crawl format: uri
url_filters (optional)
array[String] URL filters
user_agent (optional)
String User agent

OpenAIIntegrationAutomationRuleActionGoogleDriveSpreadsheetUpdateAssistant - OpenAIIntegrationAutomationRuleActionGoogleDriveSpreadsheetUpdateAssistant Up

OpenAI integration automation rule action update assistant from google drive spreadsheet details
assistant
String Assistant
document
String Document
integration
String Integration
lists (optional)

OpenAIIntegrationAutomationRuleActionLogItemCollectionPayload - OpenAIIntegrationAutomationRuleActionLogItemCollectionPayload Up

OpenAI integration automation rule action log item collection payload
action (optional)
begin (optional)
Date format: date-time
end (optional)
Date format: date-time
ids (optional)
page_number (optional)
page_size (optional)
rule (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

OpenAIIntegrationAutomationRuleActionResponseAssessment - OpenAIIntegrationAutomationRuleActionResponseAssessment Up

OpenAI integration automation rule action response assessment details
bot
String Bot
params
Object Parameters
period
String Period
Enum:
1d
1w
1M

OpenAIIntegrationAutomationRuleConditionField - OpenAIIntegrationAutomationRuleConditionField Up

OpenAI integration automation rule condition operator field
description (optional)
id
Enum:
18
19
20
21
name (optional)
value
Enum:
dayOfWeek
time
day
month

OpenAIIntegrationAutomationRuleConditionOperator - OpenAIIntegrationAutomationRuleConditionOperator Up

OpenAI integration automation rule condition operator
description (optional)
id
Enum:
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
18
17
19
name (optional)
value
Enum:
=
!=
startsWith
notStartsWith
endsWith
notEndsWith
matchesRegEx
notMatchesRegEx
iMatchesRegEx
notIMatchesRegEx
<
>
<=
>=
in
notIn
contains
iContains
notContains
notIContains

OpenAIIntegrationAutomationRuleReference - OpenAIIntegrationAutomationRuleReference Up

OpenAI integration automation rule reference
id
key
name

OpenAIIntegrationPayload - OpenAIIntegrationPayload Up

OpenAI integration payload
api_key (optional)
automation_rules (optional)
organisation (optional)

Open_ai_integration_automation_rule_action_log_item - Mediatype identifier: application/vnd.open_ai_integration_automation_rule_action_log_item+json; view=default Up

OpenAI integration automation rule action log item (default view)
action (optional)
created_at
Date format: date-time
id
is_error
request
response

Open_ai_integration_automation_rule_action_log_item_collection - Mediatype identifier: application/vnd.open_ai_integration_automation_rule_action_log_item_collection+json; view=default Up

open_ai_integration_automation_rule_action_log_item collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

OptionalTranslation - OptionalTranslation Up

OptionalTranslation
ar_ae (optional)
String ar_ae translation
ar_eg (optional)
String ar_eg translation
ar_sa (optional)
String ar_sa translation
az_az (optional)
String az_az translation
bg_bg (optional)
String bg_bg translation
bn_bd (optional)
String bn_bd translation
bn_in (optional)
String bn_in translation
ca_ad (optional)
String ca_ad translation
ca_es (optional)
String ca_es translation
ca_fr (optional)
String ca_fr translation
ca_it (optional)
String ca_it translation
cs_cz (optional)
String cs_cz translation
da_dk (optional)
String da_dk translation
da_gl (optional)
String da_gl translation
de_de (optional)
String de_de translation
el_cy (optional)
String el_cy translation
el_gr (optional)
String el_gr translation
en_ca (optional)
String en_ca translation
en_gb (optional)
String en_gb translation
en_us (optional)
String en_us translation
es_es (optional)
String es_es translation
et_ee (optional)
String et_ee translation
fa_ir (optional)
String fa_ir translation
fi_fi (optional)
String fi_fi translation
fr_fr (optional)
String fr_fr translation
ga_ie (optional)
String ga_ie translation
he_il (optional)
String he_il translation
hi_in (optional)
String hi_in translation
hr_ba (optional)
String hr_ba translation
hr_hr (optional)
String hr_hr translation
ht_ht (optional)
String ht_ht translation
hu_hu (optional)
String hu_hu translation
hy_am (optional)
String hy_am translation
id_id (optional)
String id_id translation
it_it (optional)
String it_it translation
ja_jp (optional)
String ja_jp translation
ka_ge (optional)
String ka_ge translation
km_kh (optional)
String km_kh translation
ko_kp (optional)
String ko_kp translation
ko_kr (optional)
String ko_kr translation
ky_kg (optional)
String ky_kg translation
lt_lt (optional)
String lt_lt translation
lv_lv (optional)
String lv_lv translation
ms_bn (optional)
String ms_bn translation
ms_my (optional)
String ms_my translation
ms_sg (optional)
String ms_sg translation
mt_mt (optional)
String mt_mt translation
my_mm (optional)
String my_mm translation
nb_no (optional)
String nb_no translation
nb_sj (optional)
String nb_sj translation
ne_in (optional)
String ne_in translation
ne_np (optional)
String ne_np translation
nl_nl (optional)
String nl_nl translation
nt_nt (optional)
String nt_nt translation
pa_in (optional)
String pa_in translation
pl_pl (optional)
String pl_pl translation
pt_br (optional)
String pt_br translation
pt_pt (optional)
String pt_pt translation
ro_ro (optional)
String ro_ro translation
ru_ru (optional)
String ru_ru translation
sk_sk (optional)
String sk_sk translation
sl_si (optional)
String sl_si translation
sl_sl (optional)
String sl_sl translation
sr_ba (optional)
String sr_ba translation
sr_me (optional)
String sr_me translation
sr_rs (optional)
String sr_rs translation
sr_xk (optional)
String sr_xk translation
sv_ax (optional)
String sv_ax translation
sv_fi (optional)
String sv_fi translation
sv_se (optional)
String sv_se translation
th_th (optional)
String th_th translation
ti_er (optional)
String ti_er translation
ti_et (optional)
String ti_et translation
tr_tr (optional)
String tr_tr translation
uk_ua (optional)
String uk_ua translation
vi_vn (optional)
String vi_vn translation
zh_cn (optional)
String zh_cn translation
zh_hk (optional)
String zh_hk translation
zh_mo (optional)
String zh_mo translation
zh_sg (optional)
String zh_sg translation
zh_tw (optional)
String zh_tw translation

Organisation - Mediatype identifier: application/vnd.organisation+json; view=default Up

An organisation (default view)
accepted_dpa (optional)
String DPA which an organisation had accepted
accepted_dpa_at (optional)
Date Date and time when an organisation had accepted DPA format: date-time
accepted_privacy (optional)
String Privacy Policy which an organisation had accepted
accepted_toc (optional)
String T&C which an organisation had accepted
accepted_toc_at (optional)
Date Date and time when an organisation had accepted T&C format: date-time
address (optional)
String Address
address2 (optional)
String Address
billing_settings (optional)
city (optional)
String City
country (optional)
created_at
Date Date of creation format: date-time
email_settings (optional)
finance_email (optional)
String Finance email format: email
id
String Id of an organisation
is_accepted_dpa
Boolean Flag whether DPA was accepted by the organisation
is_accepted_toc
Boolean Flag whether T&C was accepted by the organisation
is_beta (optional)
Boolean Flag whether the organisation is a beta program participant
is_unlimited_bots (optional)
Boolean Flag whether the organisation has unlimited bots
kvk_number (optional)
String KVK number
language (optional)
String Language
live_chat_settings (optional)
logo (optional)
String Logo of an organisation
name (optional)
String Name of an organisation
notification_settings (optional)
notification_templates (optional)
Object Notification templates
phone (optional)
String Phone number
postal_code (optional)
String Postal code
referrer (optional)
slug (optional)
String Slug of an organisation
state (optional)
String State
subscription (optional)
subscription_order (optional)
subscription_usage (optional)
support_url (optional)
String Support URL format: uri
timezone (optional)
String Timezone
updated_at (optional)
Date Date of update format: date-time
vat_number (optional)
String VAT number
website (optional)
String Website format: uri

OrganisationActivateCallback - OrganisationActivateCallback Up

Organisation activate callback
body (optional)
Object Body of the request in the form of dotted key-value pairs. Variable {{}} syntax is supported. Currently, those variables are supported: organisationID, organisationName, botID, botName, botEmbedCode.
headers (optional)
url

OrganisationActivatePayload - OrganisationActivatePayload Up

Organisation activate payload
bot_status (optional)
String Bot status to set for the new bot
Enum:
active
inactive
bot_template_name
String Bot template name to use for the bot to be created in the new organisation
callback (optional)
organisation

OrganisationCollectionPayload - OrganisationCollectionPayload Up

A backoffice organisation collection payload
page_number (optional)
page_size (optional)
referrer (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

OrganisationCreatePayload - OrganisationCreatePayload Up

Organisation create payload
address
String Address
address2 (optional)
String Address
billing_settings (optional)
city
String City
copy_domains (optional)
copy_email_addresses (optional)
copy_integrations (optional)
copy_referrer_members (optional)
country
String Coountry
domain (optional)
finance_email (optional)
String Finance email format: email
ignore_notification_templates (optional)
is_accepted_dpa
Boolean Flag whether DPA was accepted by the organisation
is_accepted_toc
Boolean Flag whether T&C was accepted by the organisation
is_beta (optional)
Boolean Flag whether the organisation is a beta program participant
is_unlimited_bots (optional)
Boolean Flag whether the organisation has unlimited bots
kvk_number (optional)
String KVK number
language (optional)
String Language
Enum:
cs-cz
de-de
en-us
es-es
fr-fr
it-it
nl-nl
pt-br
ru-ru
uk-ua
logo (optional)
String Logo of an organisation
name
String Name of an organisation
notification_settings (optional)
notification_templates (optional)
Object Notification templates
phone
String Phone number
postal_code (optional)
String Postal code
referrer (optional)
slug (optional)
String Slug of an organisation
state (optional)
String State
support_url (optional)
String Support URL format: uri
timezone (optional)
String Timezone
vat_number (optional)
String VAT number
website (optional)
String Website format: uri

OrganisationDeactivatePayload - OrganisationDeactivatePayload Up

Organisation deactivate payload
organisation_name
String Organisation name

OrganisationMemberSettingsLiveChat - OrganisationMemberSettingsLiveChat Up

Backoffice user member settings live chat
id (optional)
String ID
list (optional)

OrganisationMemberSettingsLiveChatList - OrganisationMemberSettingsLiveChatList Up

Backoffice user member settings live chat list
default_view (optional)
String ID

OrganisationMemberSettingsPayload - OrganisationMemberSettingsPayload Up

Backoffice user member settings payload
live_chat (optional)

OrganisationMembershipCollectionPayload - OrganisationMembershipCollectionPayload Up

A backoffice organisation membership collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

OrganisationMembershipRole - OrganisationMembershipRole Up

Organisation membership role
description (optional)
id
Enum:
0
1
2
4
name (optional)
value
Enum:
member
admin
read_only
agent

OrganisationMembershipUpdatePayload - OrganisationMembershipUpdatePayload Up

Organisation membership update payload
propagate_to_sub_organisations (optional)
Boolean Propagate membership to sub-organisations
role
String Role
Enum:
member
admin
read_only
agent

OrganisationReference - Mediatype identifier: application/vnd.organisation+json; view=reference Up

An organisation (reference view)
id
String Id of an organisation
is_accepted_dpa
Boolean Flag whether DPA was accepted by the organisation
is_accepted_toc
Boolean Flag whether T&C was accepted by the organisation
name (optional)
String Name of an organisation
slug (optional)
String Slug of an organisation
subscription (optional)

OrganisationReferralPaymentCollectionPayload - OrganisationReferralPaymentCollectionPayload Up

A backoffice organisation referral payment collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

OrganisationReferralPaymentPayload - OrganisationReferralPaymentPayload Up

An organisation referral payment payload
amount
Double format: double

OrganisationSubscriptionStatus - OrganisationSubscriptionStatus Up

Organisation subscription status
description (optional)
id
Enum:
0
1
2
name (optional)
value
Enum:
pending
active
inactive

OrganisationSubscriptionUsage - OrganisationSubscriptionUsage Up

Organisation subscription usage
chats (optional)

OrganisationUpdatePayload - OrganisationUpdatePayload Up

Organisation update payload
address (optional)
String Address
address2 (optional)
String Address
billing_settings (optional)
city (optional)
String City
country (optional)
String Coountry
email_settings (optional)
finance_email (optional)
String Finance email format: email
ignore_notification_templates (optional)
is_accepted_dpa (optional)
Boolean Flag whether DPA was accepted by the organisation
is_accepted_toc (optional)
Boolean Flag whether T&C was accepted by the organisation
is_beta (optional)
Boolean Flag whether the organisation is a beta program participant
is_unlimited_bots (optional)
Boolean Flag whether the organisation has unlimited bots
kvk_number (optional)
String KVK number
language (optional)
String Language
Enum:
cs-cz
de-de
en-us
es-es
fr-fr
it-it
nl-nl
pt-br
ru-ru
uk-ua
live_ (optional)
live_chat_settings (optional)
logo (optional)
String Logo of an organisation
name (optional)
String Name of an organisation
notification_settings (optional)
notification_templates (optional)
Object Notification templates
phone (optional)
String Phone number
postal_code (optional)
String Postal code
referrer (optional)
slug (optional)
String Slug of an organisation
state (optional)
String State
support_url (optional)
String Support URL format: uri
timezone (optional)
String Timezone
vat_number (optional)
String VAT number
website (optional)
String Website format: uri

Organisation_activation_result - Mediatype identifier: application/vnd.organisation_activation_result+json; view=default Up

Organisation activation result (default view)
bot
organisation

Organisation_billing_settings - Mediatype identifier: application/vnd.organisation_billing_settings+json; view=default Up

An organisation billing settings (default view)
auto_chat_package (optional)
Boolean Adjust chat package automatically
id
mandate_payment (optional)
payer (optional)
payment_customer_id (optional)
String Payment customer ID
payment_mandate_id (optional)
String Payment mandate ID
payment_type

Organisation_collection - Mediatype identifier: application/vnd.organisation_collection+json; view=default Up

organisation collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Organisation_member_settings - Mediatype identifier: application/vnd.organisation_member_settings+json; view=default Up

A backoffice user member settings (default view)
id
String ID
live_chat (optional)
organisation
String Organisation ID

Organisation_membership - Mediatype identifier: application/vnd.organisation_membership+json; view=default Up

Organisation membership (default view)
id
String ID
organisation
permissions (optional)
array[Permission] Permissions within the organisation
role
user (optional)

Organisation_membershipReference - Mediatype identifier: application/vnd.organisation_membership+json; view=reference Up

Organisation membership (reference view)
id
String ID
organisation
permissions (optional)
array[Permission] Permissions within the organisation
role
user (optional)

Organisation_membership_collection - Mediatype identifier: application/vnd.organisation_membership_collection+json; view=default Up

organisation_membership collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Organisation_referral - Mediatype identifier: application/vnd.organisation_referral+json; view=default Up

Organisation referral (default view)
attracted_free
Long Number of attracted organisations with a free plan format: int64
attracted_paid
Long Number of attracted organisations with a paid plan format: int64
earned
Double Earned amount format: double
link
String Referral link
organisation
paid
Double Paid amount format: double

Organisation_referral_payment - Mediatype identifier: application/vnd.organisation_referral_payment+json; view=default Up

Organisation referral payment (default view)
amount
Double format: double
created_at
Date Date of creation format: date-time
id
organisation
updated_at (optional)
Date Date of update format: date-time

Organisation_referral_payment_collection - Mediatype identifier: application/vnd.organisation_referral_payment_collection+json; view=default Up

organisation_referral_payment collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Organisation_subscription - Mediatype identifier: application/vnd.organisation_subscription+json; view=default Up

An organisation subscription (default view)
bot_questions (optional)
Long format: int64
bots (optional)
Long format: int64
chat_package
end (optional)
Date format: date-time
id
is_custom
is_free
notified_pricing_update_at (optional)
Date format: date-time
order (optional)
period
plan
pricing_update_at (optional)
Date format: date-time
start
Date format: date-time
status
tax
Double format: double
total
Double format: double
total_with_tax
Double format: double

Organisation_subscriptionReference - Mediatype identifier: application/vnd.organisation_subscription+json; view=reference Up

An organisation subscription (reference view)
plan
status

PasswordScorePayload - PasswordScorePayload Up

Password score payload
password
String Password
user_inputs (optional)
array[String] User inputs

Password_score - Mediatype identifier: application/vnd.password_score+json; view=default Up

Password score (default view)
score
Long Score format: int64

Payment - Mediatype identifier: application/vnd.payment+json; view=default Up

Payment (default view)
amount
Double Amount format: double
created_at
Date Date of creation format: date-time
description
String Description
error (optional)
String Error
id
String ID
invoice (optional)
method (optional)
provider_customer_id (optional)
String Provider customer ID
provider_id (optional)
String Provider payment ID
provider_payment_url (optional)
String Provider payment URL
purpose
recurring_type (optional)
status
updated_at (optional)
Date Date of update format: date-time

PaymentCollectionPayload - PaymentCollectionPayload Up

Payment collection payload
organisation_id (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

PaymentCreatePayload - PaymentCreatePayload Up

Payment create payload
preferred_payment_method (optional)

PaymentMandateStatus - PaymentMandateStatus Up

Payment mandate status
description (optional)
id
Enum:
0
1
2
name (optional)
value
Enum:
valid
pending
invalid

PaymentMethod - PaymentMethod Up

Payment method
description (optional)
id
Enum:
0
1
2
3
5
4
6
7
8
9
10
11
12
13
14
15
16
17
18
name (optional)
value
Enum:
bancontact
banktransfer
belfius
bitcoin
directdebit
creditcard
giftcard
ideal
inghomepay
kbc
paypal
paysafecard
sofort
applepay
eps
giropay
mybank
przelewy24
mistercash

PaymentPurpose - PaymentPurpose Up

Payment purpose
description (optional)
id
Enum:
1
2
0
name (optional)
value
Enum:
mandate
invoice
unknown

PaymentRecurringType - PaymentRecurringType Up

Payment recurring type
description (optional)
id
Enum:
0
1
name (optional)
value
Enum:
first
recurring

PaymentStatus - PaymentStatus Up

Payment status
description (optional)
id
Enum:
0
1
2
3
4
5
6
7
8
name (optional)
value
Enum:
open
canceled
pending
expired
failed
refunded
paid
paidout
charged_back

PaymentUpdateStatusPayload - PaymentUpdateStatusPayload Up

Payment update status payload
id

Payment_collection - Mediatype identifier: application/vnd.payment_collection+json; view=default Up

payment collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Payment_mandate - Mediatype identifier: application/vnd.payment_mandate+json; view=default Up

Payment mandate (default view)
created_at
Date Date of creation format: date-time
customer_id
id
method
selected
Boolean Flag whether this mandate is selected to use
status

Payment_mandate_collection - Mediatype identifier: application/vnd.payment_mandate_collection+json; view=default Up

payment_mandate collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Permission - Permission Up

Backoffice user permission
description (optional)
id
Enum:
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
11
21
22
29
31
32
33
34
35
37
39
38
40
41
45
25
26
30
27
36
0
0
0
0
0
0
0
0
0
0
0
0
0
0
name (optional)
value
Enum:
BotCreate
BotGetOne
BotUpdateOne
BotGetList
BotDeleteOne
BotReindexOne
BotChannelCreate
BotChannelGetOne
BotChannelUpdateOne
BotChannelGetList
BotChannelDeleteOne
BotResponseActionLogItemGetOne
BotResponseActionLogItemGetList
BotVariableLogItemGetOne
BotVariableLogItemGetList
LiveChatCreate
LiveChatGetOne
LiveChatUpdateOne
LiveChatGetList
LiveChatDeleteOne
LiveChatSearchViewCreate
LiveChatSearchViewGetOne
LiveChatSearchViewUpdateOne
LiveChatSearchViewGetList
LiveChatSearchViewDeleteOne
LiveChatImportCreate
LiveChatImportGetOne
LiveChatImportGetList
LiveChatAutomationRuleActionLogItemGetOne
LiveChatAutomationRuleActionLogItemGetList
OpenAIIntegrationAutomationRuleActionLogItemGetOne
OpenAIIntegrationAutomationRuleActionLogItemGetList
CampaignAutomationRuleActionLogItemGetOne
CampaignAutomationRuleActionLogItemGetList
ObjectLockForceDeleteOne
AgentCreate
AgentGetOne
AgentUpdateOne
AgentGetList
AgentDeleteOne
AgentGroupCreate
AgentGroupGetOne
AgentGroupUpdateOne
AgentGroupGetList
AgentGroupDeleteOne
IntegrationCreate
IntegrationGetOne
IntegrationUpdateOne
IntegrationGetList
IntegrationDeleteOne
LiveChatCannedResponseCreate
LiveChatCannedResponseGetOne
LiveChatCannedResponseUpdateOne
LiveChatCannedResponseGetList
LiveChatCannedResponseDeleteOne
KnowledgeBaseCreate
KnowledgeBaseGetOne
KnowledgeBaseUpdateOne
KnowledgeBaseGetList
KnowledgeBaseDeleteOne
KnowledgeBaseReindexOne
DownloadGetOne
DownloadGetList
DownloadDeleteOne
BotTemplateGetOne
BotTemplateGetList
BoUserInviteCreate
BoUserInviteGetOne
BoUserInviteGetList
BoUserInviteDeleteOne
ResponseGetOne
ResponseUpdateOne
ResponseGetList
ResponseDeleteOne
ResponseSendNotification
BotBatchUpdateGetOne
BotBatchUpdateUpdateOne
BotBatchUpdateGetList
BotBatchUpdateDeleteOne
ContactCreate
ContactGetOne
ContactUpdateOne
ContactGetList
ContactDeleteOne
FeedbackCreate
FeedbackGetOne
FeedbackUpdateOne
FeedbackGetList
FeedbackDeleteOne
OrganisationCreate
OrganisationManageBilling
OrganisationManageEmail
OrganisationManageDomain
OrganisationMemberGetList
OrganisationManageMembers
OrganisationGetOne
OrganisationUpdateOne
OrganisationUpdateSubscriptionOne
OrganisationGetList
OrganisationUpdatePaymentType
OrganisationUpdateReferrer
OrganisationReferralPaymentCreate
OrganisationDeleteOne
PaymentUpdateStatus
PaymentGetOne
PaymentGetList
SubscriberGetOne
SubscriberGetList
SubscriberDeleteOne
SubscriberGroupCreate
SubscriberGroupGetOne
SubscriberGroupUpdateOne
SubscriberGroupGetList
SubscriberGroupDeleteOne
CampaignCreate
CampaignGetOne
CampaignUpdateOne
CampaignGetList
CampaignDeleteOne
SubscriptionOrderCreate
SubscriptionOrderGetOne
SubscriptionOrderUpdateOne
SubscriptionOrderGetList
SubscriptionOrderAdmin
SubscriptionInvoiceGetOne
SubscriptionInvoiceUpdateOne
SubscriptionInvoiceDeleteOne
SubscriptionInvoiceGetList
SubscriptionInvoiceGenerate
SubscriptionInvoiceSend
SubscriptionInvoiceCreatePayment
SubscriptionPlanFeatureWhiteLabel
SubscriptionPlanFeatureReferral
SubscriptionPlanFeatureChannelFacebook
SubscriptionPlanFeatureChannelFacebookCommentTrigger
SubscriptionPlanFeatureChannelFacebookCommentTriggerReply
SubscriptionPlanFeatureChannelTwilioWhatsapp
SubscriptionPlanFeatureChannelLine
SubscriptionPlanFeatureChannelMessageBird
SubscriptionPlanFeatureChannelTelegram
SubscriptionPlanFeatureChannelViber
SubscriptionPlanFeatureChannelInstagram
SubscriptionPlanFeatureChannelDialog360
SubscriptionPlanFeatureChannelTwitter
SubscriptionPlanFeatureChannelGoogleBusinessMessages
SubscriptionPlanFeatureCampaign
SubscriptionPlanFeatureAgency
SubscriptionPlanFeatureGeneralizedDomain
SubscriptionPlanFeatureDeploymentDomain
SubscriptionPlanFeatureLiveChat
SubscriptionPlanFeatureKnowledgeBase
SubscriptionVoucherGroupCreate
SubscriptionVoucherGroupGetOne
SubscriptionVoucherGroupUpdateOne
SubscriptionVoucherGroupGetList
SubscriptionVoucherGetOne
SubscriptionVoucherGetList
BoUserGetOne
BoUserManageActiveOne
BoUserUpdateUsernameOne
BoUserUpdateOne
BoUserDeleteOne
BoUserGetList
BoUserCreate
BoUserDelete

Point - Point Up

Point
is_mirrored (optional)
Boolean Mirored
x
Long X format: int64
y
Long Y format: int64

PostInitBehaviourConditionField - PostInitBehaviourConditionField Up

Post-init bot behaviour condition fields
description (optional)
id
Enum:
1
2
3
5
6
7
8
9
12
13
14
15
name (optional)
value
Enum:
pageHostName
pagePath
pageURL
dayOfWeek
time
deviceType
day
month
isReturning
visitCount
elementVisible
timeSinceInit

PrivacyTerms - PrivacyTerms Up

enabled
Boolean Enabled
privacy (optional)
terms (optional)

Recaptcha - Mediatype identifier: application/vnd.recaptcha+json; view=default Up

Recaptcha settings (default view)
site_key (optional)
String Site key

ReputationStatus - ReputationStatus Up

Reputation status
description (optional)
id
Enum:
0
1
2
name (optional)
value
Enum:
healthy
review
paused

RequestPasswordResetConfirmPayload - RequestPasswordResetConfirmPayload Up

A backoffice user password reset confirmation payload
base_url (optional)
password
String Password of backoffice user
token
String Token

RequestPasswordResetRequestPayload - RequestPasswordResetRequestPayload Up

A backoffice user password reset request payload
base_url (optional)
String Base URL
recaptcha_response
String Recaptcha response
username
String Username of backoffice user format: email

RequestUsernameChangeConfirmPayload - RequestUsernameChangeConfirmPayload Up

A backoffice username change confirmation payload
token
String Token

RequestUsernameChangeRequestPayload - RequestUsernameChangeRequestPayload Up

A backoffice username change request payload
username
String Username of backoffice user format: email

ResponseCreatePayload - ResponseCreatePayload Up

Response create payload
data
Object Response data
id
String Response id

ResponseUploadPayload - ResponseUploadPayload Up

Response upload payload
name
type

SESNotification - SESNotification Up

Message
SubscribeURL (optional)
Type

SoundNotification - SoundNotification Up

Sound notification
count (optional)
Long Number of times to play the sound format: int64
duration (optional)
Long Sound duration format: int64
frequency (optional)
Double Sound frequency format: double
gain (optional)
Double Gain of the sound format: double
interval (optional)
Long Interval between the sounds format: int64
is_enabled
Boolean Enabled
sound_type
String Sound type
Enum:
beep
type
String Notification type
Enum:
bot_start
bot_step_answer

StickyAvatarAnimation - StickyAvatarAnimation Up

Sticky avatar animation
count (optional)
Integer Count
delay (optional)
Long Delay format: int64
duration (optional)
Long Duration format: int64
pattern (optional)
timing (optional)

StickyAvatarAnimationPayload - StickyAvatarAnimationPayload Up

Sticky avatar animation payload
count (optional)
Integer Count
delay (optional)
Long Delay format: int64
duration (optional)
Long Duration format: int64
pattern (optional)
String Pattern
Enum:
fade_in_out
horizontal_flipping
vertical_flipping
horizontal_appearing
vertical_appearing
horizontal_3d_rotation
vertical_3d_rotation
explosion
barrel_roll
zoom_in_out
zoom_and_rotate
timing (optional)
String Timing
Enum:
ease
ease_in
ease_out
ease_in_out
linear
cubic_bezier

StickyAvatarOffset - StickyAvatarOffset Up

bottom (optional)

StickyAvatarOffsetPayload - StickyAvatarOffsetPayload Up

bottom (optional)

StickyAvatarPopup - StickyAvatarPopup Up

Bot sticky avatar popup
active_color (optional)
String Active color
active_inverse_text_color (optional)
String Active inverse text color
auto_show (optional)
Boolean Auto show
auto_show_mobile (optional)
Boolean Auto show on mobile
auto_show_timeout (optional)
Integer Auto show timeout
auto_show_timeout_mobile (optional)
Integer Auto show timeout on mobile
avatar (optional)
String Avatar
button
button_font_size (optional)
favicon_bubble (optional)
Boolean Favicon bubble
inverse_text_color (optional)
String Inverse text color
message_background (optional)
String Message background
show_after_close (optional)
Boolean Show after close
show_after_close_mobile (optional)
Boolean Show after close on mobile
show_on_exit_intent (optional)
Boolean Show on exit intent
show_on_exit_intent_mobile (optional)
Boolean Show on exit intent mobile
show_on_exit_intent_timeout (optional)
Integer Show on exit intent after given milliseconds
show_on_exit_intent_timeout_mobile (optional)
Integer Show on exit intent on mobile after given milliseconds
show_on_hover (optional)
Boolean Show on hover
text_color (optional)
String Text color
text_font_size (optional)
theme_color (optional)
String Theme color
title (optional)

StickyAvatarPopupBehaviour - StickyAvatarPopupBehaviour Up

Bot sticky avatar popup behaviour
active_color (optional)
String Active color
active_inverse_text_color (optional)
String Active inverse text color
auto_show (optional)
Boolean Auto show
auto_show_mobile (optional)
Boolean Auto show on mobile
auto_show_timeout (optional)
Integer Auto show timeout
auto_show_timeout_mobile (optional)
Integer Auto show timeout on mobile
avatar (optional)
String Avatar
button (optional)
button_font_size (optional)
favicon_bubble (optional)
Boolean Favicon bubble
inverse_text_color (optional)
String Inverse text color
message_background (optional)
String Message background
show_after_close (optional)
Boolean Show after close
show_after_close_mobile (optional)
Boolean Show after close on mobile
show_on_exit_intent (optional)
Boolean Show on exit intent
show_on_exit_intent_mobile (optional)
Boolean Show on exit intent mobile
show_on_exit_intent_timeout (optional)
Integer Show on exit intent after given milliseconds
show_on_exit_intent_timeout_mobile (optional)
Integer Show on exit intent on mobile after given milliseconds
show_on_hover (optional)
Boolean Show on hover
text_color (optional)
String Text color
text_font_size (optional)
theme_color (optional)
String Theme color
title (optional)

Subscriber - Mediatype identifier: application/vnd.subscriber+json; view=default Up

Subscriber (default view)
bounces (optional)
Long format: int64
channel (optional)
channel_type
String Channel type
Enum:
facebook
web
twilio_whatsapp
line
message_bird
telegram
email
viber
dialog360
instagram
twitter
google_business_messages
complaints (optional)
Long format: int64
contact
created_at
Date format: date-time
errors (optional)
Long format: int64
group
id
sent (optional)
Long format: int64
soft_bounces (optional)
Long format: int64
status
String Status
Enum:
unsubscribed
subscribed
disabled
subscribed_response (optional)
unsubscribed_response (optional)
updated_at (optional)
Date format: date-time

SubscriberCollectionPayload - SubscriberCollectionPayload Up

Subscriber collection payload
begin (optional)
Date format: date-time
bots (optional)
channel_types (optional)
Enum:
channels (optional)
contacts (optional)
end (optional)
Date format: date-time
groups (optional)
ids (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc
statuses (optional)
Enum:

SubscriberDeletePayload - SubscriberDeletePayload Up

Subscriber delete payload
begin (optional)
Date format: date-time
bots (optional)
channel_types (optional)
Enum:
channels (optional)
contacts (optional)
end (optional)
Date format: date-time
groups (optional)
ids (optional)
search (optional)
statuses (optional)
Enum:

SubscriberGroupCollectionPayload - SubscriberGroupCollectionPayload Up

SubscriberGroup collection payload
ids (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

SubscriberGroupDeletePayload - SubscriberGroupDeletePayload Up

Subscriber group delete payload
ids (optional)
search (optional)

SubscriberGroupPayload - SubscriberGroupPayload Up

SubscriberGroup payload
description (optional)
name

Subscriber_collection - Mediatype identifier: application/vnd.subscriber_collection+json; view=default Up

subscriber collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Subscriber_group - Mediatype identifier: application/vnd.subscriber_group+json; view=default Up

SubscriberGroup (default view)
created_at
Date format: date-time
description (optional)
id
name
updated_at (optional)
Date format: date-time

Subscriber_group_collection - Mediatype identifier: application/vnd.subscriber_group_collection+json; view=default Up

subscriber_group collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

SubscriptionBillPayload - SubscriptionBillPayload Up

Subscription bill payload
chat_package
String Chat package ID
custom (optional)
period
String Subscription period
Enum:
month
year
three_year
lifetime
plan
String Subscription plan ID
voucher_code (optional)
String Voucher code

SubscriptionBillPlan - SubscriptionBillPlan Up

bot_questions (optional)
Long Maximum allowed bot questions for this plan format: int64
bots (optional)
Long Maximum allowed bots for this plan format: int64
description
features (optional)
id
String ID of a subscription plan
is_free
Boolean Flag whether subscription plan is a free plan
name
old_price (optional)
Double Old price of a subscription plan format: double
price
Double Price of a subscription plan format: double
users (optional)
Long Maximum allowed users for this plan format: int64
white_label
Boolean Flag whether subscription plan is white label

SubscriptionInvoiceBillPayload - SubscriptionInvoiceBillPayload Up

Subscription invoice bill payload
month (optional)
Integer Optional month of the invoice. Defaults to current month.
organisation
String Organisation ID
year (optional)
Long Optional year of the invoice. Defaults to current year. format: int64

SubscriptionInvoiceCollectionPayload - SubscriptionInvoiceCollectionPayload Up

A backoffice subscription invoice collection payload
exclude_paid_externally (optional)
Boolean Exclude externally paid invoices
month (optional)
organisation_id (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc
status (optional)
Enum:
year (optional)

SubscriptionInvoiceRerenderPayload - SubscriptionInvoiceRerenderPayload Up

Subscription invoice rerender payload
ids (optional)

SubscriptionInvoiceRetryFailedPaymentsPayload - SubscriptionInvoiceRetryFailedPaymentsPayload Up

Subscription invoice retry failed payments payload
ids (optional)

SubscriptionInvoiceStatus - SubscriptionInvoiceStatus Up

Subscription invoice status
description (optional)
id
Enum:
0
1
2
3
4
5
name (optional)
value
Enum:
created
sent
processing
paid
cancelled
payment_failed

SubscriptionInvoiceUpdateCollectionPayload - SubscriptionInvoiceUpdateCollectionPayload Up

A backoffice subscription invoice update collection payload
exclude_paid_externally (optional)
Boolean Exclude externally paid invoices
ids (optional)
month (optional)
organisation_id (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc
status (optional)
Enum:
year (optional)

SubscriptionInvoiceUpdatePayload - SubscriptionInvoiceUpdatePayload Up

Subscription invoice update payload
status (optional)
Enum:
created
sent
processing
paid
cancelled
payment_failed

SubscriptionOrderCheckoutPayload - SubscriptionOrderCheckoutPayload Up

Subscription order checkout payload
is_accepted
Boolean Flag whether the order is accepted
start (optional)
Date Optional start date for admin only use format: date-time

SubscriptionOrderCollectionPayload - SubscriptionOrderCollectionPayload Up

A backoffice subscription order collection payload
organisation_id (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

SubscriptionOrderPayload - SubscriptionOrderPayload Up

Subscription order payload
chat_package
String Chat package ID
custom (optional)
end (optional)
Date Optional date and time of the subscription end format: date-time
organisation (optional)
String Optional organisation id
period
String Subscription period
Enum:
month
year
three_year
lifetime
plan
String Subscription plan ID
start (optional)
Date Date and time of the subscription start format: date-time
voucher_code (optional)
String Voucher code

SubscriptionOrderStatus - SubscriptionOrderStatus Up

Subscription order status
description (optional)
id
Enum:
0
1
2
3
4
5
name (optional)
value
Enum:
created
completed
cancelled
stopped
upgraded
downgraded

SubscriptionOrderUpdatePayload - SubscriptionOrderUpdatePayload Up

Subscription order update payload
chat_package (optional)
custom (optional)
end (optional)
Date Optional date and time of the subscription end format: date-time
is_accepted (optional)
Boolean Flag whether the order is accepted
organisation (optional)
period (optional)
Enum:
month
year
three_year
lifetime
plan (optional)
start (optional)
Date Date and time of the subscription start format: date-time
status (optional)
Enum:
created
completed
cancelled
stopped
upgraded
downgraded
voucher_code (optional)

SubscriptionPeriod - SubscriptionPeriod Up

Subscription period
name
period
Enum:
month
year
three_year
lifetime

SubscriptionPlanChatPackage - SubscriptionPlanChatPackage Up

Subscription plan chat package
amount
Long Amount estimation of chats 'included' in the package format: int64
cpc (optional)
Double CPC to calculate package amount format: double
description (optional)
id
String Id of the package
name
old_price (optional)
Double Old price of the package format: double
price
Double Price of the package format: double

SubscriptionPlanChatPackageCollection - SubscriptionPlanChatPackageCollection Up

Subscription plan chat package collection
cpc (optional)
Double CPC for chats above the package amount format: double
description (optional)
items (optional)
remarks (optional)

SubscriptionPlanFeature - SubscriptionPlanFeature Up

Subscription plan feature
description (optional)
id
Enum:
1
2
3
3
0
5
4
16
6
7
9
8
19
11
12
15
18
17
14
20
21
22
29
31
32
33
34
35
37
38
39
40
41
27
23
25
26
28
30
36
41
42
43
44
45
24
is_highlighted
Boolean Is subscription plan feature highlighted
name (optional)
value
Enum:
unlimited_bots
advanced_step_types
custom_landing_page
conditional_jump_logic
custom_design
notifications
custom_behavior
external_services
reporting
scripting
unlimited_users
i18n
support_knowledge_base
white_label
email_support
custom_reporting
custom_branding
custom_integration
premium_support
external_chat_connection
referral
channel_facebook
channel_facebook_comment_trigger
channel_facebook_comment_trigger_reply
channel_twilio_whatsapp
channel_line
channel_message_bird
channel_telegram
channel_viber
channel_dialog360
channel_instagram
channel_twitter
channel_google_business_messages
live_chat
custom_bots
agency
generalized_domain
custom_domain
deployment_domain
knowledge_base
integration_freshdesk
integration_google_drive
integration_open_ai
integration_azure_cognitive_services_speech
campaign
all_features

SubscriptionQuotaStatus - SubscriptionQuotaStatus Up

Subscription usage quota status
description (optional)
id
Enum:
0
1
2
name (optional)
value
Enum:
ok
warning
error

SubscriptionVoucherCollectionPayload - SubscriptionVoucherCollectionPayload Up

A backoffice subscription voucher collection payload
group_id (optional)
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

SubscriptionVoucherGroupCollectionPayload - SubscriptionVoucherGroupCollectionPayload Up

A backoffice subscription voucher group collection payload
page_number (optional)
page_size (optional)
search (optional)
sort_on (optional)
sort_order (optional)
Enum:
asc
desc

SubscriptionVoucherGroupPayload - SubscriptionVoucherGroupPayload Up

Subscription order payload
chat_package (optional)
String Chat package ID
custom (optional)
end (optional)
Date Optional date and time of the voucher group effective end format: date-time
name (optional)
String Subscription voucher group name
period (optional)
String Subscription period
Enum:
month
year
three_year
lifetime
plan (optional)
String Subscription plan ID
start (optional)
Date Optional date and time of the voucher group effective start format: date-time
status (optional)
String Status
Enum:
created
prepared
active
inactive

SubscriptionVoucherGroupStatus - SubscriptionVoucherGroupStatus Up

Subscription voucher group status
description (optional)
id
Enum:
0
1
2
3
name (optional)
value
Enum:
created
prepared
active
inactive

Subscription_bill - Mediatype identifier: application/vnd.subscription_bill+json; view=default Up

A subscription bill (default view)
chat_package
currency
end (optional)
Date Optional date and time of the subscription end format: date-time
id
String ID of a subscription plan
is_custom
Boolean Flag whether subscription is custom
is_free
Boolean Flag whether subscription is free
needs_payment
Boolean Flag whether the subscription needs payment
period
plan
start (optional)
Date Date and time of the subscription start format: date-time
tax
Double Bill tax format: double
total
Double Bill total format: double
total_with_tax
Double Bill total including tax format: double

Subscription_invoice - Mediatype identifier: application/vnd.subscription_invoice+json; view=default Up

A subscription invoice (default view)
created_at
Date Date of creation format: date-time
end
Date format: date-time
error (optional)
id
String ID of a subscription invoice
items
month
number
String Number of a subscription invoice
organisation
start
Date format: date-time
status
tax
Double Bill tax format: double
total
Double Order total format: double
total_with_tax
Double Bill total including tax format: double
updated_at (optional)
Date Date of update format: date-time
vat_number (optional)
year
Long format: int64

Subscription_invoiceReference - Mediatype identifier: application/vnd.subscription_invoice+json; view=reference Up

A subscription invoice (reference view)
id
String ID of a subscription invoice

Subscription_invoice_bill - Mediatype identifier: application/vnd.subscription_invoice_bill+json; view=default Up

A subscription invoice bill (default view)
end
Date format: date-time
items
month
start
Date format: date-time
tax
Double Tax amount format: double
total
Double Total amount format: double
total_with_tax
Double Total with tax amount format: double
year
Long format: int64

Subscription_invoice_bill_item - Mediatype identifier: application/vnd.subscription_invoice_bill_item+json; view=default Up

A subscription invoice bill item (default view)
amount
Double Amount format: double
chats_used (optional)
Long format: int64
end (optional)
Date format: date-time
order (optional)
start
Date format: date-time

Subscription_invoice_collection - Mediatype identifier: application/vnd.subscription_invoice_collection+json; view=default Up

subscription_invoice collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Subscription_invoice_item - Mediatype identifier: application/vnd.subscription_invoice_item+json; view=default Up

A subscription invoice item (default view)
amount
Double Amount format: double
chats_used (optional)
Long format: int64
end (optional)
Date format: date-time
id (optional)
order (optional)
start
Date format: date-time

Subscription_order - Mediatype identifier: application/vnd.subscription_order+json; view=default Up

A subscription order (default view)
chat_package
created_at
Date Date of creation format: date-time
end (optional)
Date Optional date and time of the subscription end format: date-time
id
String ID of a subscription order
is_accepted
Boolean Flag whether the order is accepted
is_custom
Boolean Flag whether it is custom subscription order
is_free
Boolean Flag whether the order is free
needs_payment
Boolean Flag whether the order needs payment
organisation (optional)
period
plan
start
Date Date and time of the subscription start format: date-time
status
tax
Double Bill tax format: double
total
Double Order total format: double
total_with_tax
Double Bill total including tax format: double
updated_at (optional)
Date Date of update format: date-time
vouchers (optional)

Subscription_orderReference - Mediatype identifier: application/vnd.subscription_order+json; view=reference Up

A subscription order (reference view)
chat_package
end (optional)
Date Optional date and time of the subscription end format: date-time
id
String ID of a subscription order
needs_payment
Boolean Flag whether the order needs payment
organisation (optional)
period
start
Date Date and time of the subscription start format: date-time
status
vouchers (optional)

Subscription_order_collection - Mediatype identifier: application/vnd.subscription_order_collection+json; view=default Up

subscription_order collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Subscription_plan - Mediatype identifier: application/vnd.subscription_plan+json; view=default Up

A subscription plan (default view)
bot_questions (optional)
Long Maximum allowed bot questions for this plan format: int64
bots (optional)
Long Maximum allowed bots for this plan format: int64
chat_packages (optional)
currency
description
features (optional)
id
String ID of a subscription plan
is_free
Boolean Flag whether subscription plan is a free plan
is_manual
Boolean Flag whether subscription plan can only be assigned manually (by admins)
name
old_price (optional)
Double Old price of a subscription plan format: double
price
Double Price of a subscription plan format: double
white_label
Boolean Flag whether subscription plan is white label

Subscription_planReference - Mediatype identifier: application/vnd.subscription_plan+json; view=reference Up

A subscription plan (reference view)
id
String ID of a subscription plan

Subscription_plan_collection - Mediatype identifier: application/vnd.subscription_plan_collection+json; view=default Up

subscription_plan collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Subscription_voucher - Mediatype identifier: application/vnd.subscription_voucher+json; view=default Up

A subscription voucher (default view)
code
String Subscription voucher code
created_at
Date format: date-time
group
id
String ID of a subscription voucher group
redeemed_at (optional)
Date format: date-time
updated_at (optional)
Date format: date-time

Subscription_voucher_collection - Mediatype identifier: application/vnd.subscription_voucher_collection+json; view=default Up

subscription_voucher collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

Subscription_voucher_group - Mediatype identifier: application/vnd.subscription_voucher_group+json; view=default Up

A subscription voucher group (default view)
capacity
Long Voucher group capacity format: int64
chat_package
created_at
Date Date of creation format: date-time
end (optional)
Date Optional date and time of the voucher group effective end format: date-time
id
String ID of a subscription voucher group
name
String Subscription voucher group name
params (optional)
period
plan
redeemed
Long Voucher group redeemed count format: int64
start (optional)
Date Optional date and time of the voucher group effective start format: date-time
status
updated_at (optional)
Date Date of update format: date-time

Subscription_voucher_groupReference - Mediatype identifier: application/vnd.subscription_voucher_group+json; view=reference Up

A subscription voucher group (reference view)
id
String ID of a subscription voucher group
name
String Subscription voucher group name
status

Subscription_voucher_group_collection - Mediatype identifier: application/vnd.subscription_voucher_group_collection+json; view=default Up

subscription_voucher_group collection (default view)
count
Long Total number of items in a collection format: int64
current_page
Long Current page number format: int64
has_next_page
Boolean Collection has next page
has_prev_page
Boolean Collection has previous page
items
page_count
Long Number of pages in a collection format: int64
page_size
Long Page size format: int64

TableColumn - TableColumn Up

Table column
is_exit
Boolean Is column an exit
key
String Key of the column
name
String Name of the column

Terms_file - Mediatype identifier: application/vnd.terms_file+json; view=default Up

Terms (default view)
content
updated_at
Date format: date-time

Translation - Translation Up

Translation
cs_cz (optional)
String cs_cz translation
de_de (optional)
String de_de translation
en_us (optional)
String en_us translation
es_es (optional)
String es_es translation
fr_fr (optional)
String fr_fr translation
it_it (optional)
String it_it translation
nl_nl (optional)
String nl_nl translation
pt_br (optional)
String pt_br translation
ru_ru (optional)
String ru_ru translation
uk_ua (optional)
String uk_ua translation

TriggerConditionField - TriggerConditionField Up

Bot trigger condition fields
description (optional)
id
Enum:
0
10
11
1
2
3
4
5
6
7
8
9
12
13
14
15
name (optional)
value
Enum:
ip
country
city
pageHostName
pagePath
pageURL
referrer
dayOfWeek
time
deviceType
day
month
isReturning
visitCount
state
continent

TriggerConditionOperator - TriggerConditionOperator Up

Bot trigger condition operator
description (optional)
id
Enum:
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name (optional)
value
Enum:
=
!=
startsWith
notStartsWith
endsWith
notEndsWith
matchesRegEx
notMatchesRegEx
iMatchesRegEx
notIMatchesRegEx
<
>
<=
>=
in
notIn

Twitter_events_verify_response - Mediatype identifier: application/vnd.twitter_events_verify_response+json; view=default Up

Twitter events verify response (default view)
response_token
String CRC token

UsageItem - UsageItem Up

Usage item
amount
Long Current amount format: int64
quota
Long Allowed quota format: int64
status

VisitorDevice - VisitorDevice Up

Visitor device
description (optional)
id
Enum:
0
1
2
3
name (optional)
value
Enum:
mobile
desktop
tablet
other

error - Mediatype identifier: application/vnd.goa.error; view=default Up

Error response media type (default view)
code (optional)
String an application-specific error code, expressed as a string value.
detail (optional)
String a human-readable explanation specific to this occurrence of the problem.
id (optional)
String a unique identifier for this particular occurrence of the problem.
meta (optional)
Object a meta object containing non-standard meta-information about the error.
status (optional)
String the HTTP status code applicable to this problem, expressed as a string value.