Processes
Fetches all the processes in your company
get/process
Response
If the auth token is valid.
Example response
{
"statusCode": 0,
"message": "Successfully fetched the processes",
"data": [
{
"name": "Default Inbound & Outbound Process",
"processId": "5e57737b2ed7b30007f22277"
}
]
}