Skip to main content
POST
/
verticals
cURL
curl --request POST \
  --url https://api.pubrio.com/verticals \
  --header 'Content-Type: application/json' \
  --header 'pubrio-api-key: <api-key>' \
  --data '{
  "keyword": "<string>"
}'
{
  "data": [
    {
      "vertical_id": 69276002,
      "slug": "ai",
      "vertical_identifier": "99b5d4d2-ca62-4193-a4de-6b20be4bdf8d",
      "vertical_sub_category_id": 120,
      "vertical_category_id": 18,
      "name": "AI",
      "name_en": "AI"
    },
    "..."
  ]
}

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
keyword
string

Search item by keyword. If you want to get the first few (but not all) items, leave them blank.

Response

Successful response containing vertical details.

data
object[] | null

Response info depends on specific endpoint.