cURL
curl --request GET \ --url https://api.heyy.io/api/v2.0/{channelId}/workflows \ --header 'Authorization: Bearer <token>'
{ "data": { "workflows": [ { "id": "<string>", "name": "<string>", "status": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "steps": [ "<unknown>" ] } ] } }
Documentation IndexFetch the complete documentation index at: https://docs.heyy.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.heyy.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Was this page helpful?