cURL
curl --request GET \ --url https://api.vectorshift.ai/v1/chatbot \ --header 'Authorization: Bearer <token>'
{ "status": "success", "object": {} }
Bearer token authentication using API key
Optional chatbot ID. If not provided, name parameter is required
Name of the chatbot. Required if id is not provided
Optional username for name-based search
Optional organization name for name-based search
Chatbot details
success
failed