curl --request GET \
--url https://us.api.flexprice.io/v1/secrets/integrations/linked \
--header 'x-api-key: <api-key>'{
"providers": [
"<string>"
]
}Use when showing which integrations are connected (e.g. settings page). Returns providers that have valid linked credentials.
curl --request GET \
--url https://us.api.flexprice.io/v1/secrets/integrations/linked \
--header 'x-api-key: <api-key>'{
"providers": [
"<string>"
]
}