getCategory
GET/api/suppliers/getCategory
Retrieves a list of available categories for project targeting.
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
status integer
data
object[]
categoryId integer
name string
{
"status": 200,
"data": [
{
"categoryId": 1,
"name": "Automotive"
},
{
"categoryId": 6,
"name": "Beverages - Alcoholic"
}
]
}
Loading...