cURL
curl --request POST \ --url https://api.matia.io/v1/integrations
{ "destinationId": "<string>", "destinationSchema": "<string>", "replicationFrequency": "<string>", "onSchemaUpdate": "<string>", "enabled": true, "sourceConfig": { "type": "google_analytics_4", "name": "<string>", "connection": { "refresh_token": "<string>", "client_id": "<string>", "client_secret": "<string>", "rollback": 123 }, "connectionType": "<string>", "owners": [ "<string>" ] }, "sourceSettings": { "account": "<string>", "properties": [ "<string>" ], "customReports": [ "<string>" ] } }
Create an integration with Google Analytics 4 as the source
The schema is of type object.
object