# Get Businesses **GET /f/data/businesses** Returns all businesses the token has access to. Pagination is supported by providing the `page` and `size` query parameters. The maximum number of business locations per business returned is 500. ## 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 - **page** (integer(int32)) Starting page of results, when paginating. - **size** (integer(int32)) Number of results to return, when paginating. ## Responses ### 200 Businesses returned #### Body: application/json (object) - **_embedded** (object) - **_links** (object) [Powered by Bump.sh](https://bump.sh)