Jwt
Last updated
Last updated
GET
https://api.tiledesk.com/v3/jwt/history
Name | Type | Description |
---|
Name | Type | Description |
---|
DELETE
https://api.tiledesk.com/v3/jwt/history/:jti
Name | Type | Description |
---|
Name | Type | Description |
---|
DELETE
https://api.tiledesk.com/v3/jwt/history/id/:id
Name | Type | Description |
---|
Name | Type | Description |
---|
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 |