Team API Tokens

This endpoint is used to create Team API Tokens information inside Terrakube.

Entity fields:

Example:

{
  "days": "1",
  "hours": "6",
  "minutes"; "30",
  "group": "TERRAKUBE_ADMIN",
  "description": "Sample PAT"
}

Supported Operations

POST /access-token/v1/teams/

Request Body

GET /access-token/v1/teams

Get all the personal access token generated by the user

DELETE /access-token/v1/teams/{tokenId}

Last updated