Skip to main content
GET
/
integrations
List all integrations
curl --request GET \
  --url https://api.matia.io/v1/integrations \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "data": {
    "items": [
      {
        "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

Response

Successfully listed all integrations

code
string
data
object