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
Return personal access tokens with names that contain this string
Returns
SyncPager[VirtualAccount, ListPersonalAccessTokenResponse]
SyncPager[VirtualAccount, ListPersonalAccessTokenResponse]
🔗 ListPersonalAccessTokenResponseReturns 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)
Account name that owns this PAT
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