cURL
curl --request GET \ --url https://api.matia.io/v1/integrations/{id}/schemas \ --header 'x-api-key: <api-key>'
{ "code": "<string>", "data": { "schemas": { "schema": { "nameInDestination": "<string>", "enabled": true, "tables": { "table": { "nameInDestination": "<string>", "enabled": true, "syncMode": "<string>", "cursorField": "<string>", "columns": { "column": { "nameInDestination": "<string>", "enabled": true, "hashed": true, "isPrimaryKey": true } } } } } } } }
Returns the integration source schema config for the specified integration
The ID of the integration
Successful operation
The response is of type object.
object