Get Personal-Access-Token (PAT) by ID
Deprecated: use user service v2 ListPersonalAccessTokens instead.
Returns the PAT for a user, currently only available for machine users/service accounts. PATs are ready-to-use tokens and can be sent directly in the authentication header.
curl -X GET "https://loading/users/string/pats/string"{
"token": {
"id": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"expirationDate": "2023-01-15T01:30:15.01Z",
"scopes": [
"string"
]
}
}Was this page helpful?
Get Organization Metadata By Key
Get Organization Metadata By Key: Deprecated: use [organization service v2 ListOrganizationMetadata](/reference/api/org/zitadel.org.v2.OrganizationService.ListOrganizationMetadata) instead. Get a metadata object from an organizatio...
Get Project By ID
Get Project By ID: Deprecated: use [project v2 service GetProject](/reference/api/project/zitadel.project.v2.ProjectService.GetProject) instead. Returns a project owned by the organization (no granted projects). A Pr...