Skip to content

Create a new Personal Access Token (PAT)

POST
/resources/me/pat

Request Body

JSON
{
  
"description": "string",
  
"expiresAt": "string",
  
"scope": "string"
}

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.