Spaces
Get usage of a specific Git credential
get/spaces/{spaceIdentifier}/git-credentials/{id}/usage/v1
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
idstring required
Id of the Git credential to get usage for
Response
The requested Git Credential Usage
Example response
{
"Projects": [
{
"ProjectId": "Projects-1"
}
]
}