Skip to content
FacebookYouTubeX (Twitter)

JWT

GET https://api.pingstreams.com/v3/jwt/history

ParameterTypeDescription
sortFieldstringwhat field to sort the results by.
directionstringsort direction: 1 or -1. Return the results in ascending or descending order. defaults to desc
pagenumberwhat page of results to fetch. defaults to first page.
HeaderTypeDescription
Authorizationstringauthorization token. Basic Auth or JWT

Revoke a jwt token by JTI (JWT identifier)

Section titled “Revoke a jwt token by JTI (JWT identifier)”

DELETE https://api.pingstreams.com/v3/jwt/history/:jti

ParameterTypeDescription
jtistringThe JTI Json Web Token identifier.
HeaderTypeDescription
Authorizationstringauthorization token. Basic Auth or JWT

DELETE https://api.pingstreams.com/v3/jwt/history/id/:id

ParameterTypeDescription
idstringThe JWT identifier
HeaderTypeDescription
Authorizationstringauthorization token. Basic Auth or JWT