curl --location --request POST 'https://data.api.attribuly.com/v2-4-2/api/get/connection/source' \
--header 'ApiKey: 15xvome1000dh5vsow9geg7110yi43zd' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform_type": "google"
}'{
"code": 1,
"message": "Service succeed",
"data": {
"records": [
{
"id": 115,
"account_id": "pk_0325a6ecd5500b47180c88a6012f030a92",
"name": "PlushBeds",
"platform_type": "klaviyo",
"currency": "USD",
"connected": 1,
"trace_status": 0
}
]
}
}