LogoFreestyle
API Reference/Git

Create a Git identity

Create a Git identity. This identity will be used to authenticate with the Git server.

POST/git/v1/identity
curl -X POST "https://api.freestyle.sh/git/v1/identity"

Identity created successfully

{
  "id": "string",
  "managed": true
}