Skip to main content

Return all Groups

GET 

/api/v1/groups

Return all Groups

Request

Query Parameters

    include string

    Include associations (delimited with comma). Available associations: businesses

    filter[parent_group] string
    sort string
    page int32

    Default value: 1

    Page offset to fetch.

    per_page int32

    Default value: 10

    Number of results to return per page.

Responses

Return all Groups

Schema

    any

Loading...