curl --request GET \
--url https://api.cloud.flexprice.io/v1/secrets/integrations/linked \
--header 'x-api-key: <api-key>'
{
"providers": [
"<string>"
]
}
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>"
]
}
Enter your API key in the format x-api-key <api-key>*
OK
The response is of type object
.