GET
/
chatbot
curl --request GET \
  --url https://api.vectorshift.ai/v1/chatbot \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "object": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Query Parameters

id
string

Optional chatbot ID. If not provided, name parameter is required

name
string

Name of the chatbot. Required if id is not provided

username
string

Optional username for name-based search

org_name
string

Optional organization name for name-based search

Response

200
application/json

Chatbot details

The response is of type object.