Teams API
Look up teams by name.
Resolve a team from a name, for routing conversations to the right team.
Find a team by name
Finds teams matching a name. top_k caps how many matches are returned and score_threshold sets the minimum match score, so close matches and misspellings still resolve.
POST https://v3-api.proto.cx/api/platform/v1/teams/{subcompany_id}/get-team-by-nameQuery parameters
Parameter
Required
Type
top_k
No
integer
score_threshold
No
number
{
"name": "string" (required)
}Last updated