Skip to main content

Get Item By Id

GET 

/items/:id

Get the item from the database that matches the provided ID.

Parameters

id: string

The ID of the item to be retrieved.

Returns

Item

The item matching the ID.

Request

Responses

Successful Response