V1LocationsApi
March 29, 2017 ยท View on GitHub
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
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
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]