OpenapiV1Connected profiles/v1/connected-profiles GET

/v1/connected-profiles

GET
/v1/connected-profiles

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/connected-profiles"
{  "data": [    {      "connectedProfileId": "string",      "provider": "string",      "connectionId": "string",      "providerProfileExternalId": "string",      "resourceRefs": {        "property1": "string",        "property2": "string"      },      "createdAt": "2019-08-24T14:15:22Z",      "updatedAt": "2019-08-24T14:15:22Z"    }  ]}