Get application workflowable modules

GET /api-v1/list/app/modules/workflowable

Returns a map {module: translation}

Headers

Responses

GET /api-v1/list/app/modules/workflowable
curl \
 -X GET http://wyzio.app/api-v1/list/app/modules/workflowable \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "key": "string"
}