메인 콘텐츠로 건너뛰기
POST
/
verticals
/
categories
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"
    },
    "..."
  ]
}

Authorizations

pubrio-api-key
string
header
required

API에서 수행하는 작업 및 해당 권한을 식별하는 고유한 API 토큰입니다. 이 토큰은 설정 섹션에서 생성할 수 있습니다.

Body

application/json
keyword
string

키워드를 통해 항목을 검색합니다. 전체 항목이 아니라 상위 몇 개만 가져오려면 비워둘 수 있습니다.

Response

관련 세부 정보가 포함된 성공적인 응답입니다.

data
object[] | null

응답 정보는 특정 API에 따라 다릅니다.