Skip to main content

IntegrationResponse

Registered external integration

idstring
Example: 01HX9QRPBZW4EZG3BTYV7K0M5I
namestring
Example: acme-sftp
integrationTypeIntegrationType (string)

Type of external system

Possible values: [SFTP, FTP, FTPS, S3, AZURE_BLOB, GCS, REST_API, DATABASE, LOCAL_FS]

Example: SFTP
credentialIdstring
Example: cred-001
config object
property name*any
lastTestedAtstring<date-time>nullable
Example: 2024-03-15T08:00:00Z
lastTestSuccessbooleannullable
Example: true
createdAtstring<date-time>
Example: 2024-03-15T08:00:00Z
updatedAtstring<date-time>
Example: 2024-03-15T09:30:00Z
IntegrationResponse
{
"id": "01HX9QRPBZW4EZG3BTYV7K0M5I",
"name": "acme-sftp",
"integrationType": "SFTP",
"credentialId": "cred-001",
"config": {},
"lastTestedAt": "2024-03-15T08:00:00Z",
"lastTestSuccess": true,
"createdAt": "2024-03-15T08:00:00Z",
"updatedAt": "2024-03-15T09:30:00Z"
}