Skip to main content

Get a store by ID

GET 

/stores/:id

Retrieve information about a specific store.

Request

Path Parameters

    id stringrequired

    The ID of the store to retrieve, update or delete

Responses

Store details

Schema
    _id uuid
    name string
    username string
    bufferLocations uuid[]
    callingStations uuid[]
    properties object
    createdAt date-time
    updatedAt date-time
Loading...