.dev
REST APIAPI Reference

Categories

GET
/v1/categories

Response Body

curl -X GET "https://example.com/v1/categories"
POST
/v1/categories

Response Body

curl -X POST "https://example.com/v1/categories"
GET
/v1/categories/{id}

Path Parameters

id*string

Response Body

curl -X GET "https://example.com/v1/categories/string"
DELETE
/v1/categories/{id}

Path Parameters

id*string

Response Body

curl -X DELETE "https://example.com/v1/categories/string"
PUT
/v1/categories/{id}

Path Parameters

id*string

Response Body

curl -X PUT "https://example.com/v1/categories/string"
GET
/v1/categories/tree

Response Body

curl -X GET "https://example.com/v1/categories/tree"