OpenapiV1ConnectionsConnectionidEligible profiles/v1/connections/{connectionId}/eligible-profiles GET
/v1/connections/{connectionId}/eligible-profiles
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
connectionId*string
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/v1/connections/string/eligible-profiles"{ "data": [ { "provider": "string", "providerProfileExternalId": "string", "displayName": "string", "accountKind": "string", "capabilities": [ "string" ], "resourceRefs": { "property1": "string", "property2": "string" }, "metadata": { "property1": null, "property2": null } } ]}