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.
Path Parameters
uuidQuery Parameters
Maximum number of repositories to return
int640 <= valueOffset for the list of repositories
int640 <= valueResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.freestyle.sh/git/v1/identity/497f6eca-6276-4993-bfeb-53cbbbba6f08/permissions"{
"repositories": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
"permissions": "read",
"visibility": "public"
}
]
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}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.
Revoke an access token for an identity
Revoke an access token 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.