cURL
curl --request POST \ --url https://api.matia.io/v1/integrations
{ "destinationId": "<string>", "destinationSchema": "<string>", "replicationFrequency": "<string>", "onSchemaUpdate": "<string>", "enabled": true, "sourceConfig": { "type": "postgres", "name": "<string>", "authMethod": "<string>", "connection": { "username": "<string>", "password": "<string>", "hostname": "<string>", "port": 123, "database": "<string>", "slot": "<string>", "publication": "<string>" }, "connectionType": "<string>", "owners": [ "<string>" ] }, "sourceSettings": { "max_clients": 123, "incremental_mode": "<string>" } }
Create an integration with a PostgreSQL database source
The schema is of type object.
object