Categories/:id

Specific categories endpoint

Get Category

GET https://pomeranianstoner.com/v1/categories/:id

This endpoint allows you to retrieve category details.

Path Parameters

Name
Type
Description

id

string

ID of the category you want to retrieve.

Headers

Name
Type
Description

Authentication

string

Authentication token present in cookies.

{
  "id": 1,
  "name": "Food General"
}

Last updated

Was this helpful?