v1

latestOpenAPI 3.0.22026-07-17412169.2 KB
Token Management

Retrieve all personal access tokens for a publisher

get/publishers/{publisherId}/tokens

Path parameters

publisherIdstring required

Response

List of all personal access tokens

idstring uuid

Unique identifier for the GitCommit

namestring

Required. The name of the token. Can be a simple description.

descriptionstring

Optional. A more detailed description of the token's intended use.

createdAtstring date-time

[Output Only]The date and time the token was created.

tokenstring

[Output Only]. The personal access token. Only returned during creation.