LogoFreestyle
API ReferenceDeprecated

List Git identities

List Git identities created by your account. **DEPRECATED:** Git identities have been promoted to global Freestyle identities used for provisioning resources scoped to customers. Please use the `/identity/v1/*` API instead.

GET
/git/v1/identity

Query Parameters

limit?integer|null
Formatint64
Range0 <= value
offset?integer|null
Formatint64
Range0 <= value
includeManaged?boolean|null

Response Body

application/json

curl -X GET "https://api.freestyle.sh/git/v1/identity"
{
  "identities": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "managed": true
    }
  ],
  "offset": 0,
  "total": 0
}

Freestyle AI

Documentation assistant

Experimental: AI responses may not always be accurate—please verify important details with the official documentation.

How can I help?

Ask me about Freestyle while you browse the docs.