User API
Add personal access token
post/user/tokens
Request body
namestring required
The name/description of the access token
expires_ininteger
The token expiration time in days
expires_atstring date-time
The token expiration date
scopesstring[]
The array of OAuth scopes granted to the token
ip_restrictionsstring[]
The array of IP addresses that are allowed to use this token
workspace_restrictionsstring[]
The array of workspaces for which this token can be used
Response
urlstring
API endpoint to GET this object
html_urlstring
Web URL to view this object in Buddy.works
idstring
The ID of the access token
namestring
The name/description of the access token
tokenstring
The actual access token value. Only returned when creating a new token
expires_ininteger
The token expiration time in days
expires_atstring date-time
The token expiration date
scopesstring[]
The array of OAuth scopes granted to the token
ip_restrictionsstring[]
The array of IP addresses that are allowed to use this token
workspace_restrictionsstring[]
The array of workspaces for which this token can be used