Creator Category
简介
获取达人分类信息
Endpoint
json
POST /creator/v1/categoryInforequest body
| 字段 | 类型 | 必选 | 描述 |
|---|---|---|---|
| 不需要参数 |
request example
bash
curl 'https://openapi.fastmoss.com/creator/v1/categoryInfo?client_id=XXX×tamp=XXX&access_token=XXX&sign=XXX' \
--header 'Content-Type: application/json' \
{
}response example
json
{
"code":0,
"msg":"success",
"data":[
{
"id":2,
"name":"Shopping & Retail",
},
{
"id":4,
"name":"Beauty & Personal Care",
}
]