GET
/
v2
/
search
/
content
{
  "content_request_id": "<string>",
  "links": [
    {
      "type": "<any>",
      "title": "<string>",
      "description": "<string>",
      "image_url": "<string>",
      "page_url": "<string>",
      "highlights": [
        {
          "field": "<string>",
          "snippet": "<string>",
          "matched_tokens": [
            "<string>"
          ]
        }
      ]
    }
  ]
}

Authorizations

api_key
string
query
required

Query Parameters

tenant
string
required
market
string
required
locale
string | null
query
string | null
user_id
string | null
Minimum length: 1
session_id
string | null
Minimum length: 1
dsid
string | null
Minimum length: 1

Response

200
application/json
Successful Response
content_request_id
string
required

List of links to content pages that match the search query.