Workflows
Fetch all workflows
Workflows
Fetch all workflows
Fetch all the workflows in the current company.
GET
/transform/v1/workflows
Bearer*
curl --request GET \
--url https://api.invopop.com/transform/v1/workflows \
--header 'Authorization: Bearer <token>'
Response
created_at
string
First or queried timestamp when the first entry in the page was created.
limit
integer
Maximum number of objects returned in a page.
list
array
List of objects.
next_created_at
string
Timestamp that indicates the start of the next page of results, if any.
curl --request GET \
--url https://api.invopop.com/transform/v1/workflows \
--header 'Authorization: Bearer <token>'