cURL
curl --request GET \ --url https://api.vectorshift.ai/v1/chatbots \ --header 'Authorization: Bearer <token>'
{ "status": "success", "object_ids": [ "<string>" ], "objects": [ {} ] }
Bearer token authentication using API key
Include shared chatbots in the results
Include full chatbot objects in the response
Successful response. When verbose=true, full chatbot objects are included in the response
The response is of type object.
object