This endpoint retrieves all talent pool groups and their tiers that a provider is assigned to within a specific project
access_token OAuth 2.0 Access Token
In: query
Project ID
Provider ID
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/projects/0/providers/0"{
"project_id": 456,
"provider_id": 557,
"talent_pool_groups": []
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
application/json
Last updated on
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/projects/0/providers/0"