Skip to main content
GET
/
repo-data
/
getTeamDataId
/
:repoDataId
Get Team Data ID
curl --request GET \
  --url https://www.api.baselink.tech/repo-data/getTeamDataId/:repoDataId \
  --header 'bearer: <api-key>'
{
  "teamDataId": "<string>"
}
Retrieve the team ID associated with a specific repository.
teamDataId
string
The ID of the team associated with the repository.