# Returns a list of sections for a given membership package Returns a list of sections for a given membership package Endpoint: GET /sections/{tenantId}/portal/describeSections/{membershipPackageId}/{memberType}/{contactOrOrganizationId} Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The tenant - `membershipPackageId` (string, required) The membership package to describe sections - `memberType` (string, required) The membership package to describe sections - `contactOrOrganizationId` (string, required) The membership package to describe sections ## Query parameters: - `currencyCode` (string) The membership package to describe sections ## Response 200 fields (application/json): - `section_type_id` (string) - `section_type_name` (string) - `section_type_portal_description` (string) - `sections` (array) - `sections.currency_code` (string) - `sections.dues` (number) - `sections.section_id` (string) - `sections.section_name` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields