ReferenceV1
Create Connection
Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Request Body
application/json
config?|
credentials*
kind?string
Default
"from_template"name*string
Length
1 <= length <= 255slug?|
templateId?|
templateSlug?|
templateVersion?|
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/connections" \ -H "Content-Type: application/json" \ -d '{ "credentials": { "property1": "string", "property2": "string" }, "name": "string" }'{
"config": {},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"hasCredentials": true,
"id": "string",
"isDefault": true,
"isFromTemplate": true,
"lastUsedAt": "2019-08-24T14:15:22Z",
"lastVerifiedAt": "2019-08-24T14:15:22Z",
"name": "string",
"provider": "string",
"slug": "string",
"status": "needs_verification",
"templateId": "string",
"updatedAt": "2019-08-24T14:15:22Z",
"updatedBy": "string",
"verificationError": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}