POST   tickets/reset

Resets the current user authentication ticket.

Remarks

Returns new authentication ticket in response.

Request example

Response body model example and description

{
  "auth_ticket": "sample string 1"
}
NameType Description
auth_ticketString

The user authentication ticket.