get https://core.nextmatter.com/api/processes/
Show all workflows that are visible to the user that the API-Key is associated with.
Response
Show all workflows that are visible to the user that the API-Key is associated with.
xxxxxxxxxx
curl --request GET \
--url https://core.nextmatter.com/api/processes/ \
--header 'Authorization: Api-Key YOUR_NM_API_KEY' \
--header 'accept: application/json'
xxxxxxxxxx
12[
{
"url": "string",
"id": 0,
"name": "string",
"description": "string",
"folder": {
"id": 0,
"name": "string"
}
}
]