{ "summary": "List subscribers for a form", "method": "GET", "path": "/v4/forms/{form_id}/subscribers", "tag": "Forms", "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 } } }