Skip to main content
Unary · Service Accounts Gets details about a specific service account token. Use this method to:
  • View token metadata
  • Check token expiration
  • Monitor token usage

Examples

  • Get token details:

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.GetServiceAccountTokenRequest

Response

gitpod.v1.GetServiceAccountTokenResponse
ServiceAccountToken represents metadata about a service account token. The actual token value is only returned once during creation.gitpod.v1.ServiceAccountToken
gitpod.v1.Subject