cURL
curl --request GET \ --url https://app.quick.bot/api/v1/bots \ --header 'Authorization: Bearer <token>'
{ "bots": [ { "name": "<string>", "icon": "<string>", "id": "<string>", "publicId": "<string>", "customDomain": "<string>", "publishedBotId": "<string>", "totalViews": 123, "totalStarts": 123, "totalCompleted": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my workspace ID?
Successful response
Show child attributes