Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
52 lines (29 loc) · 1.42 KB

File metadata and controls

52 lines (29 loc) · 1.42 KB

V1LocationsApi

squareconnect.apis.v1_locations_api

All endpoints are relative to Square Connect V2 Documentation

Method HTTP request
list_locations GET /v1/me/locations
retrieve_business GET /v1/me

list_locations

list[V1Merchant] list_locations()

Description

Provides details for a business's locations, including their IDs.

Parameters

This endpoint does not need any parameter.

Return type

list[V1Merchant]

Authorization

Assign your Access Token from developer portal to the authorization parameter.

[Back to top] [Back to API list] [Back to Model list] [Back to README]

retrieve_business

V1Merchant retrieve_business()

Description

Get a business's information.

Parameters

This endpoint does not need any parameter.

Return type

V1Merchant

Authorization

Assign your Access Token from developer portal to the authorization parameter.

[Back to top] [Back to API list] [Back to Model list] [Back to README]