GET
/
secrets
/
integrations
/
linked
List linked integrations
curl --request GET \
  --url https://api.cloud.flexprice.io/v1/secrets/integrations/linked \
  --header 'x-api-key: <api-key>'
{
  "providers": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Response

200
application/json

OK

The response is of type object.