/v1/connections/import
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/connections/import" \ -H "Content-Type: application/json" \ -d '{ "provider": "string", "providerAppId": "string", "grant": { "property1": null, "property2": null } }'{ "connectionId": "string", "provider": "string", "status": "string", "scopes": [ "string" ], "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z"}