cURL
curl --request GET \ --url 'https://api.example.com/v2/search/suggestions?api_key='
{ "suggestions_request_id": "<string>", "suggestions": [ { "title": "<string>", "suggestions_result_id": "<string>", "type": "query" } ] }
1
Successful Response
List of suggestions for search queries that should be shown to the user while they are typing.
Show child attributes
Was this page helpful?