Workflow
List all Workflows
Fetch Workflows associated to a company
GET
/
v1
/
workflows
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
page
integer
The current page
created_after
string
Filter Workflows created after a date.
created_before
string
Filter Workflows created before a date.
updated_after
string
Filter Workflows updated after a date.
updated_before
string
Filter Workflows updated before a date.
per_page
integer
Number of results retrieved per page.
Response
200 - application/json
meta
object
results
object[]