latestOpenAPI 3.1.02026-08-1760132235.9 KB
5e07b657706b
Teams
List an interviewer's teams
Retrieve the teams this interviewer is currently assigned to.
get/api/v2/postings/{posting_id}/teams
Path parameters
posting_idstring required
Headers
X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable
Response
Successful Response
Example response
{
"data": [
{
"team_id": "team_abc123",
"name": "Engineering"
}
]
}