{ "summary": "List forms", "method": "GET", "path": "/v4/forms", "tag": "Forms", "response": { "forms": [ { "id": 1, "name": "string", "created_at": "string", "type": "string", "format": null } ], "pagination": { "has_previous_page": true, "has_next_page": true, "start_cursor": "string", "end_cursor": "string", "per_page": 1 } } }