Skip to main content

Editorial Tags API

Overview

The Editorial Tags API allows for the management of customer-specific topic tags. You can create, list, search, retrieve, update, and delete editorial tags.

Endpoints

EndpointDescription
Request200 Response
POST /v2/customize/editorial_tag/createCreates a new editorial tag.
EditorialTagEditorialTag
GET /v2/customize/editorial_tag/listReturns a list of all existing editorial tags.
EditorialTagListResponse
GET /v2/customize/editorial_tag/searchSearches for editorial tags by name or ID.
EditorialTagSearchResponse
GET /v2/customize/editorial_tag/{gkbId}Retrieves a specific editorial tag by its GKB ID.
EditorialTag
PUT /v2/customize/editorial_tag/{gkbId}Updates a specific editorial tag.
EditorialTagEditorialTag
DELETE /v2/customize/editorial_tag/{gkbId}Deletes a specific editorial tag.

POST /v2/customize/editorial_tag/create

Creates a new editorial tag.

GET /v2/customize/editorial_tag/list

Returns a list of all existing editorial tags.

GET /v2/customize/editorial_tag/search

Searches for editorial tags by name or ID.

GET /v2/customize/editorial_tag/{gkbId}

Retrieves a specific editorial tag by its GKB ID.

PUT /v2/customize/editorial_tag/{gkbId}

Updates a specific editorial tag.

DELETE /v2/customize/editorial_tag/{gkbId}

Deletes a specific editorial tag.

  • Request: (empty)
  • Response: (empty)