Get a list of unique providers which have a valid linked integration secret
curl --request GET \
--url https://api.cloud.flexprice.io/v1/secrets/integrations/linked \
--header 'x-api-key: <api-key>'{
"providers": [
"<string>"
]
}curl --request GET \
--url https://api.cloud.flexprice.io/v1/secrets/integrations/linked \
--header 'x-api-key: <api-key>'{
"providers": [
"<string>"
]
}