Talent Pools Endpoints
Here are some of the most commonly used endpoints to get you started:
Endpoint | Method | Description |
/api/v1/talent-pools | GET | Get talent pools |
/api/v1/talent-pools | POST | Create a new talent pool |
/api/v1/talent-pools/{talentPoolId} | GET | Get a talent pool by id |
/api/v1/talent-pools/{talentPoolId} | PUT | Update a talent pool by id |
/api/v1/talent-pools/{talentPoolId}/candidates | GET | Get talent pool candidates by id |