personal access tokens
Create a new personal access token
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
[Output Only]The date and time the token was created.
Optional. A more detailed description of the token's intended use.
Unique identifier for the GitCommit
Required. The name of the token. Can be a simple description.
[Output Only]. The personal access token. Only returned during creation.
Response
201 - application/json
The newly created personal access token.
Was this page helpful?