Skip to main content
GET
Fetch All Chatbots

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

delimeter
string
default:,

Delimeter to identify multiple values in other parameters

Example:

","

metadataKeys
string

Array of keys to be searched in metadata (separated by delimeter)

Example:

"key1,key2"

metadataValues
string

Array of values to be searched against above metadata keys (separated by delimeter)

Example:

"value1,value2"

Response

OK

Success Response

success
boolean

Indicates whether this is success response or error response

message
string

Overall message regarding the operation performed

data
object

Data returned from the server