Chatbots
Returns the workspace’s chatbots, newest first, with their sqid-encoded ids.
GET
/api/v1/chatbotsCall this first to discover the chatbot_id that every other scoped endpoint expects.
Query parameters
Prop
Type
Response 200
Returns a data array with a pagination object. Each item:
Prop
Type
Errors
401— Missing or invalid API key429— Rate limit exceeded
Every error shares one envelope.
Example
curl https://www.hey.support/api/v1/chatbots \
-H 'Authorization: Bearer hs_live_…'