GET https://api.pingstreams.com/v3/jwt/history
| Parameter | Type | Description |
|---|
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. |
| Header | Type | Description |
|---|
Authorization | string | authorization token. Basic Auth or JWT |
DELETE https://api.pingstreams.com/v3/jwt/history/:jti
| Parameter | Type | Description |
|---|
jti | string | The JTI Json Web Token identifier. |
| Header | Type | Description |
|---|
Authorization | string | authorization token. Basic Auth or JWT |
DELETE https://api.pingstreams.com/v3/jwt/history/id/:id
| Parameter | Type | Description |
|---|
id | string | The JWT identifier |
| Header | Type | Description |
|---|
Authorization | string | authorization token. Basic Auth or JWT |