Talent Pools Endpoints
- 26 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Talent Pools Endpoints
- Updated on 26 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |