Locations

Get location information.

Get location data

get

Returns a brand's list of locations along with their respective IDs and information.

Header parameters
AuthorizationstringRequired

Bearer [token]

Example: Bearer [token]
Responses
chevron-right
200

Success

application/json
idnumberOptional

The ID for the location as generated by LOMA

Example: 88
namestringOptional

The name of the location as provided by the brand.

Example: Chicago
address_line_1stringOptional

The first address line for the location

Example: 553 Hillcrest Lane
address_line_2stringOptional

The second address line for the location

Example: Unit 101
address_citystringOptional

The location's city.

Example: Los Angeles
address_statestringOptional

The location's state.

Example: California
address_zipstringOptional

The location's ZIP code.

Example: 10012
get
/oauth/apis/v1/partners/{partnerId}/locations

Last updated