Get activity log actions

GET /api-v1/list/app/actions

Returns a map {action: translation}

Headers

Responses

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