GET
/
v0
/
changelog
/
filters
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/changelog/filters'
{
  "domains": [
    {
      "value": "<string>",
      "type": "postgres"
    }
  ],
  "types": [
    "postgres"
  ]
}

Response

200
application/json

Changelog filters

The response is of type object.