Get all marketplace categories
GET/api/marketplace/categories
Get all marketplace categories
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
id string
Id of the category
name string
Name of the category
description string
Description of the category
logo string
Logo URL of the category
[
{
"id": "string",
"name": "string",
"description": "string",
"logo": "string"
}
]
Loading...