The GET /typeahead/suggestions request retrieves a list of typeahead suggestions.
The optional prefix query parameter filters suggestions returned. For example, GET /typeahead/suggestions?prefix=El returns the suggestions that begin with the letters El.
The optional limit query parameter limits the maximum number of suggestions returned. For example, GET /typeahead/suggestions?limit=10 returns a maximum of 10 suggestions.
Format: Authorization: Basic
application/json
Optional parameter that filters suggestions returned. For example, GET /typeahead/suggestions?prefix=El returns the suggestions that begin with the letters El.
Optional parameter that limits the number of suggestions returned. For example, GET /typeahead/suggestions?limit=10 returns a maximum of 10 suggestions.
Suggestions retrieved successfully