Authorization: Bearer ********************
curl --location --request GET 'https://getrasl.io/api/v1//groups?page=1&per_page=15' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json'
{ "status": "success", "data": [ { "id": 19, "tenant_id": 13, "name": "VIP Customers", "contact_count": 25, "created_at": "2024-02-08T10:00:00.000000Z", "updated_at": "2024-02-08T10:00:00.000000Z" }, { "id": 18, "tenant_id": 13, "name": "Newsletter Subscribers", "contact_count": 150, "created_at": "2024-02-07T09:30:00.000000Z", "updated_at": "2024-02-07T09:30:00.000000Z" } ], "meta": { "current_page": 1, "total": 10, "per_page": 15, "last_page": 1 } }