Skip to main content
GET
/
integrations
/
{id}
Get the details of a specific integration
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>"
      }
    }
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the integration

Response

Successful operation

code
string
data
object