GET
/
api
/
v1
/
groups
/
{group_id}
/
locations
/
{location_id}
curl --request GET \
  --url https://fulfillment.noyo.com/api/v1/groups/{group_id}/locations/{location_id}
{
  "address": {
    "city": "San Francisco",
    "county": "San Francisco",
    "state": "CA",
    "street_one": "1234 Test Ln",
    "zip_code": "94107"
  },
  "created": 1557512389,
  "group_id": "2613a221-d3c8-4c8a-86d5-e7e885fd1da9",
  "id": "bd957820-4652-4ee7-8a3a-6413df21e28d",
  "modified": 1543215342,
  "version": "f4142cba-f3eb-4917-b3bd-123d683f18d7"
}

Path Parameters

group_id
string
required

The unique identifier of the group the location belongs to

Example:

"2613a221-d3c8-4c8a-86d5-e7e885fd1da9"

location_id
string
required

The unique identifier of the location to be retrieved

Example:

"bd957820-4652-4ee7-8a3a-6413df21e28d"

Response

200 - application/json
Successful Response - Returns a single Group Location

The response is of type object.