Skip to main content

Get all buffer locations

GET 

/buffer-locations

Retrieve a list of all buffer locations.

Request

Responses

A list of buffer locations

Schema
  • Array [
  • _id uuid
    name string
    location string
    type string

    Possible values: [pickup, dropoff]

    properties object
    loads uuid[]
    storeId uuid
    createdAt date-time
    updatedAt date-time
  • ]
Loading...