{ "summary": "List subscribers", "method": "GET", "path": "/v4/subscribers", "tag": "Subscribers", "response": { "subscribers": [ { "id": 1, "first_name": "string", "email_address": "string", "state": "active", "created_at": "string" } ], "pagination": { "has_previous_page": true, "has_next_page": true, "start_cursor": "string", "end_cursor": "string", "per_page": 1 } } }