OpenapiV1Connected profiles/v1/connected-profiles POST

/v1/connected-profiles

POST
/v1/connected-profiles

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/connected-profiles" \  -H "Content-Type: application/json" \  -d '{    "provider": "string",    "connectionId": "string",    "providerProfileExternalId": "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"}