Retrieve a list of categories
GET/categories
Retrieve a list of categories
Request
Responses
- 200
Successfully retrieved the list of categories
- */*
- Schema
- Example (from schema)
Schema
- Array [
- ]
id uuid
name string
created_at date-time
updated_at date-time
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"created_at": "2024-03-23T09:23:32.865Z",
"updated_at": "2024-03-23T09:23:32.865Z"
}
]
Loading...