Methods
list
list
List Personal Access Tokens created by the user in the current tenant.
Parameters
Number of items per page
Number of items to skip
Returns
π VirtualAccountReturns all Personal Access Tokens created by the user in the current tenant.
Usage
create
create
Create Personal Access Token
Parameters
serviceaccount name
Expiration date in ISO format (e.g. 2025-08-01T12:00)
Returns
π CreatePersonalAccessTokenResponsePersonal Access Token created successfully and returned
Usage
revoke_all
revoke_all
Revoke All Personal Access Tokens for the user with the given email
Parameters
Email of the user to revoke all Personal Access Tokens for
Returns
π RevokeAllPersonalAccessTokenResponseAll Personal Access Tokens revoked successfully
Usage
delete
delete
get
get
Get an existing Personal Access Token by name, if it doesnβt exist, it will create a new one and return the PAT data along with a fresh token.
Parameters
Returns
π GetOrCreatePersonalAccessTokenResponsePersonal Access Token found successfully and returned with token