Last updated
Last updated
GET
https://api.tiledesk.com/v3/jwt/history
DELETE
https://api.tiledesk.com/v3/jwt/history/:jti
DELETE
https://api.tiledesk.com/v3/jwt/history/id/:id
id
string
The JWT identifier
Authorization
string
authorization token. Basic Auth or JWT
sortField
string
what field to sort the results by.
direction
string
sort direction: 1 or -1. Return the results in ascending or descending order.
defaults to desc
page
number
what page of results to fetch. defaults to first page.
Authorization
string
authorization token. Basic Auth or JWT
jti
string
The JTI Json Web Token identifier.
Authorization
string
authorization token. Basic Auth or JWT