# Read pricelists **GET /pricelists** Retrieve a list of all pricelists. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body: application/json (array[object]) - **id** (integer) Unique identifier of the pricelist - **name** (string) Name of the pricelist - **description** (string | null) Optional description of the pricelist - **currencyCode** (string) Currency code (e.g., LOCAL, USD, EUR) - **isInclusiveTax** (boolean) Whether prices include tax ### 401 Unauthorized. Missing or invalid bearer token. #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) [Powered by Bump.sh](https://bump.sh)