List locations
GET/v1/entities/:entity_id/locations
The Location object represents a sales tax location. Locations are identified by a unique ID. Authentication
Request
Responses
- 200
- 401
- 404
A dictionary with a data property that contains an array of objects. Each entry in the array is a separate location object. If no more locations are available, the resulting array will be empty.
HTTP Basic: Access denied.
Returns an error if a invalid entity identifier was provided.