"GET /openapi/v1/groups" method

Getting the list of groups available for this company.

Request

Header:

Response

Example of a response:

{

    total: 1,

    result: [{

        id: '627d5c63f0672a10fbac23bb',

        name: 'Low risk',

        isStarted: true

    }]

}

Possible errors:

To the top