GET
/
v2
/
search
/
suggestions
{
  "suggestions_request_id": "<string>",
  "suggestions": [
    {
      "type": "<any>",
      "title": "<string>",
      "suggestions_result_id": "<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
metadata
any | null

Response

200
application/json
Successful Response
suggestions_request_id
string
required
suggestions
object[]
required

List of suggestions for search queries that should be shown to the user while they are typing.