LogoFreestyle
API Reference/Git

Create an access token for a Git identity

Create an access token for a Git identity

POST/git/v1/identity/{identity}/tokens

Path Parameters

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

Token created successfully

{
  "id": "string",
  "token": "string"
}