简体中文
cURL
curl --request POST \ --url https://api.pubrio.com/verticals/categories \ --header 'Content-Type: application/json' \ --header 'pubrio-api-key: <api-key>' \ --data '{ "keyword": "<string>" }'
{ "data": [ { "vertical_category_id": 6, "gics_sector_code": 25, "gics_industry_group_code": 2510, "vertical_category_identifier": "d968669f-9379-4027-98d9-f4df49da1d4d", "description": null, "slug": "automobiles-components", "name": "Automobiles & Components", "name_en": "Automobiles & Components" }, "..." ] }
一个唯一的 API 令牌,用于标识您通过 API 执行的操作以及相应的权限和操作。您可以在 设置 部分创建该令牌。
通过关键词搜索条目。如果仅需获取前几个(而非全部)条目,可留空。
包含相关详细信息的成功响应。
响应信息取决于具体接口。