# Get PMS providers **GET /pms/v1/providers** Returns a list of PMS providers that have been configured for the business location. Only PMS providers created by the authenticated OAuth client will be returned. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters ### Query parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. ## Responses ### 200 Result #### Body: application/json (array[object]) - **id** (integer(int64)) The unique identifier for the provider. - **name** (string) The name of the PMS provider. - **apiKey** (string) The API key for the PMS provider. - **businessLocationId** (integer(int64)) The unique identifier for the business location. - **endpoint** (string) The endpoint of the PMS provider. This is where Lightspeed will send PMS requests. - **features** (array[string]) The optional features that the PMS provider supports. See the [Integration Guide](https://api-portal.lsk.lightspeed.app/category/property-management-systems) for more details. [Powered by Bump.sh](https://bump.sh)