GET
/
integrations
/
{id}
curl --request GET \
  --url https://api.matia.io/v1/integrations/{id} \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "message": "<string>",
  "data": {
    "paused": true
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the integration

Response

200
application/json
Successful operation

The response is of type object.