Skip to content

Get all Personal Access Tokens (PATs) for the current user

GET
/resources/me/pat

Responses

OK

JSON
[
  
{
  
  
"keyId": "string",
  
  
"description": "string",
  
  
"issuedAt": "string",
  
  
"expiresAt": "string",
  
  
"revokedAt": "string",
  
  
"scope": [
  
  
  
"string"
  
  
],
  
  
"accessToken": "string",
  
  
"active": true
  
}
]

Samples

© 2024 Hantera AB. All rights reserved.