Skip to main content
GET
https://postonce.to/api/public
/
v1
/
workflows
List workflows
curl --request GET \
  --url https://postonce.to/api/public/v1/workflows \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.