CRM
contacts & custom fields api
Get Workflow
cURL
curl --request GET \ --url https://services.leadconnectorhq.com/workflows \ --header 'Authorization: Bearer <token>' \ --header 'Version: <version>'
{ "workflows": [ { "id": "78559bb3-b920-461e-b010-7b2a2816d2a9", "name": "First Workflow", "status": "draft", "version": 2, "createdAt": "2021-05-26T11:33:49.000Z", "updatedAt": "2021-05-26T11:33:49.000Z", "locationId": "eBG6WapS3v4ZqwA45MTxtYJ" } ] }
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28
Successful response
Show child attributes
Was this page helpful?