LogoFreestyle
API Reference/Git

List access tokens for a Git identity

List access tokens for a Git identity

GET/git/v1/identity/{identity}/tokens

Path Parameters

identityRequiredstring
curl -X GET "https://api.freestyle.sh/git/v1/identity/<string>/tokens"

Token list

{
  "tokens": [
    {
      "id": "string"
    }
  ]
}