Personal Access Token

This endpoint is used to create, update, search or delete organizations information inside Terrakube.

Entity fields:

Example:

{
    "days": 7,
    "description": "Sample Personal Access Token"
}

Supported Operations

POST /api/v1

Request Body

GET /pat/v1

Get all the personal access token generated by the user

DELETE /pat/v1/{tokenId}

Last updated