Spaces

Get a specific Git credential

get/{spaceId}/git-credentials/{id}/v2

Path parameters

spaceIdstring required

The ID of the space containing the resource(s).

idstring required

Id of the Git credential to get

Response

The requested Git Credential

Example response

{
  "GitCredential": {
    "SpaceId": "Spaces-1"
  }
}

Changes