curl -X GET https://api.sitespeak.ai/v1/me/chatbots \
-H "Authorization: Bearer YOUR_API_TOKEN"
| Name | Type | Description |
|---|
| Authorization* | String | Bearer |
curl -X GET https://api.sitespeak.ai/v1/me/chatbots \
-H "Authorization: Bearer YOUR_API_TOKEN"
Response
200 Success
401 Permission denied
[
{
"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"
}
]
Returns when the API token is invalid or missing.
Last modified on January 22, 2026