teamId is required and the caller must have at least Guest access to the team. name is optional: omit it to return all accessible projects in the team, or provide it for a trimmed, case-insensitive exact-name match. Only id, teamId, and name are returned.curl --location 'https://api.apidog.com/v1/teams/41/projects?name=Gateway&locale=en-US' \
--header 'X-Apidog-Api-Version: 2026-05-28' \
--header 'X-Apidog-Api-Version: 2024-03-28' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": 73,
"teamId": 41,
"name": "Gateway"
}
]
}