personal access tokens
Retrieve all personal access tokens for a publisher
GET
/
publishers
/
{publisherId}
/
tokens
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - 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.
Was this page helpful?