v1

latestOpenAPI 3.0.02026-07-22122745.8 KB
Session & Events

Logs a redirection

Logs a "redirection triggered" event in stats logs.

put/6/{hashid}/stats/redirect

Path parameters

hashidstring required

Unique id of a search engine.

Request body

idstring required

The id of the redirection triggered

querystring

The search query that led to this

session_idstring required

Identifier of search session

Response

OK

statusstring

Result of the stats request. i.e. 'registered'

Example response

{
  "status": "registered"
}