# List Portfolio Property Options **GET /portfolio_property_options** Returns the list of options for a given portfolio property. Options are used by `select` and `multiselect` portfolio properties to define the allowed values. ## Servers - Production server: https://api.visible.vc (Production server) ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **portfolio_property_id** (string(uuid)) ID of the portfolio property whose options you want to list - **label** (string) Optional label to filter options by (case-insensitive match) ## Responses ### 200 Successfully retrieved portfolio property options #### Body: application/json (object) - **portfolio_property_options** (array[object]) ### 400 Bad Request - The request is invalid or malformed #### Body: application/json (object) - **errors** (array[object]) ### 401 Unauthorized - Invalid or missing authentication token #### Body: application/json (object) - **errors** (array[object]) ### 403 Forbidden - The authenticated user does not have access to the requested resource #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests - Rate limit exceeded #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)