Skip to main content
GET
/
v1
/
groups
List all groups
curl --request GET \
  --url https://api.firstanswer.ai/v1/groups/ \
  --header 'api-key: <api-key>'
{
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "pagination": {
    "current_page": 123,
    "per_page": 123,
    "total_pages": 123,
    "total_records": 123
  }
}

Authorizations

api-key
string
header
required

Query Parameters

brand_id
integer
required
page
integer
per_page
integer
Required range: 1 <= x <= 100

Response

Success

data
object[]
required
pagination
object
required