cURL
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 } }
1 <= x <= 100
Success
Show child attributes