POST tickets/reset
Resets the current user authentication ticket.
Remarks
Returns new authentication ticket in response.Request example
curl --request POST "https://api-asm1.apica.io/v3/tickets/reset?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
{ "auth_ticket": "sample string 1" }
Name | Type | Description |
---|---|---|
auth_ticket | String |
The user authentication ticket. |