Skip to main content
GET
https://api.sitespeak.ai
/
v1
/
me
/
chatbots
curl -X GET https://api.sitespeak.ai/v1/me/chatbots \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Headers

NameTypeDescription
Authorization*StringBearer
curl -X GET https://api.sitespeak.ai/v1/me/chatbots \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Response

[
  {
    "id": "030e5b41-1358-490f-ad37-28e69a7847ef",
    "name": "Smart Tutor GPT",
    "type": "assistant",
    "created_at": "2023-11-24T05:54:51.000000Z",
    "updated_at": "2023-11-28T15:24:00.000000Z"
  },
  {
    "id": "0a87c308-a96f-4f53-88ed-eb64857da30s",
    "name": "SiteSpeakAI Custom Support",
    "type": "customer-support",
    "created_at": "2023-11-24T02:23:11.000000Z",
    "updated_at": "2023-11-28T15:24:00.000000Z"
  }
]
Last modified on January 22, 2026