curl --request GET \
--url https://api.matia.io/v1/integrations/{id} \
--header 'x-api-key: <api-key>'{
"code": "<string>",
"data": {
"integration": {
"id": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"paused": true,
"source": {
"id": "<string>",
"name": "<string>",
"type": "<string>"
},
"destination": {
"id": "<string>",
"name": "<string>",
"type": "<string>"
}
}
}
}curl --request GET \
--url https://api.matia.io/v1/integrations/{id} \
--header 'x-api-key: <api-key>'{
"code": "<string>",
"data": {
"integration": {
"id": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"paused": true,
"source": {
"id": "<string>",
"name": "<string>",
"type": "<string>"
},
"destination": {
"id": "<string>",
"name": "<string>",
"type": "<string>"
}
}
}
}The ID of the integration
Successful operation
Show child attributes
Show child attributes