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

location_id
string
required

The unique identifier of the location to be retrieved

Response

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

Address of the group location

created
integer
required

The date the record was created

display_name
string
required

Display name for the group location

group_id
string
required

Unique identifier of the group in Noyo

id
string
required

Unique identifier of the record in Noyo

modified
integer
required

The date the record was last updated

version
string
required

Current version of the record