fetch list of talent

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

filter

object

filterobject

vectors

object | null

vectorsobject | null

proximity

object | null

proximityobject | null

audienceCampaignUuid

uuid

onlyReturnHiddenTalent

boolean

When true, returns only hidden talent (isHidden: true). Defaults to false, which returns only visible, non-archived talent.

truefalse

includeHidden

boolean

When true, returns both visible AND hidden talent (archived still excluded). Ignored when onlyReturnHiddenTalent=true.

truefalse

audienceUuid

uuid

Restrict results to talents in this audience. With includeHidden=true, membership is resolved from talentAudienceHistory so hidden talents that lost their audienceUuids still appear.

``200 list of talent

Updated3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request GET \

--globoff \

--url 'https://services.fountain.com/api/servicepool/talents?filter[collate][locale]=en' \

--header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

``200

Updated3 months ago