name is optional: omit it to return all accessible teams, or provide it for a trimmed, case-insensitive exact-name match. This is not a fuzzy or substring search. Only id and name are returned.curl --location 'https://api.apidog.com/v1/teams?name=Alpha&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": 41,
"name": "Alpha"
},
{
"id": 42,
"name": "ALPHA"
}
]
}