Groups
Create a new group token
Creates a new access token for the specified group. The token secret is only returned in the response to this creation request and cannot be retrieved later.
POST
/organizations/{organizationName}/groups/{groupName}/tokensAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
organizationName*string
The unique identifier of the organization
Match
^[a-zA-Z0-9_ -]+$groupName*string
The unique identifier of the group
Match
^(?!.*\*)(?!.*[/]).{1,70}$Query Parameters
name*string
The unique name for the token within the organization
Match
^[a-zA-Z0-9_ -]+$expiresAt?string
Optional expiration date for the token. If not provided, defaults to 99 years from creation
Format
date-timeResponse Body
application/json
application/json
application/json
application/json
application/json