Locations
Get location information.
Returns a brand's list of locations along with their respective IDs and information.
Header parameters
AuthorizationstringRequiredExample:
Bearer [token]
Bearer [token]Responses
200
Success
application/json
idnumberOptionalExample:
The ID for the location as generated by LOMA
88namestringOptionalExample:
The name of the location as provided by the brand.
Chicagoaddress_line_1stringOptionalExample:
The first address line for the location
553 Hillcrest Laneaddress_line_2stringOptionalExample:
The second address line for the location
Unit 101address_citystringOptionalExample:
The location's city.
Los Angelesaddress_statestringOptionalExample:
The location's state.
Californiaaddress_zipstringOptionalExample:
The location's ZIP code.
10012400
Client error
500
Server error
get
/oauth/apis/v1/partners/{partnerId}/locationsLast updated