Skip to main content
GET
/
api
/
v1
/
inventory-locations
cURL
curl --request GET \
  --url https://api-staging.getmeadow.com/api/v1/inventory-locations \
  --header 'X-Client-Key: <api-key>' \
  --header 'X-Consumer-Key: <api-key>'
{
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "type": "<string>"
}

Authorizations

X-Consumer-Key
string
header
required

The key assigned to your company and provided via Meadow

X-Client-Key
string
header
required

The key generated and provided by our mutual client

Response

Inventory locations response

id
number

The ID of the inventory location

name
string

The name of the inventory location

description
string | null

A description of the inventory location

type
string

Either standard or vehicle