Jwt
Last updated
GET https://api.tiledesk.com/v3/jwt/history
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
..DELETE https://api.tiledesk.com/v3/jwt/history/:jti
jti
string
The JTI Json Web Token identifier.
Authorization
string
authorization token. Basic Auth or JWT
DELETE https://api.tiledesk.com/v3/jwt/history/id/:id
id
string
The JWT identifier
Authorization
string
authorization token. Basic Auth or JWT
Last updated
....