OpenapiV1Connected profilesConnectedprofileid/v1/connected-profiles/{connectedProfileId} GET

/v1/connected-profiles/{connectedProfileId}

GET
/v1/connected-profiles/{connectedProfileId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

connectedProfileId*string
Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/v1/connected-profiles/string"
{  "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"}