curl --location 'https://app.highperformr.ai/api/sources/bulk-fetch' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"sourceIds": [
"src_li_inbound_01",
"src_li_post_01"
]
}'{
"data": [
{
"id": "src_li_inbound_01",
"type": "sources",
"attributes": {
"sourceType": "linkedinInbound",
"sourceIdentifier": "https://www.linkedin.com/in/jamie-rivera-example"
}
}
]
}