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.
Query Parameters
int640 <= valueint640 <= valueResponse 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
}List access tokens for an identity
List access tokens for an identity. **DEPRECATED:** Git identities have been promoted to global Freestyle identities used for provisioning resources scoped to customers. Please use the `/identity/v1/*` API instead.
List repository permissions for an identity
List repository permissions for an identity. This will return a list of repositories that the identity has access to. **DEPRECATED:** Git identities have been promoted to global Freestyle identities used for provisioning resources scoped to customers. Please use the `/identity/v1/*` API instead.