LocationsApi

March 28, 2017 ยท View on GitHub

squareconnect.apis.locations_api

All endpoints are relative to Square Connect V2 Documentation

MethodHTTP request
list_locationsGET /v2/locations

list_locations

ListLocationsResponse list_locations()

Description

Provides the details for all of a business's locations. Most other Connect API endpoints have a required location_id path parameter. The id field of the Location objects returned by this endpoint correspond to that location_id parameter.

Parameters

This endpoint does not need any parameter.

Return type

ListLocationsResponse

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]