---
title: "Get integration settings and tools"
method: GET
path: "/integration-settings/{id}"
tags: ["Integrations"]
---

# Get integration settings and tools

`GET /integration-settings/{id}`

Returns the posting rules, maximum content length, settings schema, and available provider tools for a connected channel. Use this to discover which tools can be executed with the trigger endpoint.

## Path parameters

- `id` string, required

## Response `200`

Settings and tools for the integration

- object
  - `output` object
    - `rules` string — Platform-specific posting rules
    - `maxLength` number — Maximum content length
    - `settings` unknown
    - `tools` object[] — Provider tools that can be executed via the trigger endpoint
      - `methodName` string
      - `description` string
      - `dataSchema` object[]

## Other responses

- `404` — Integration not found

---

[API](https://skmtc.net/postiz/apis/postiz-public-api.md) · [All operations](https://skmtc.net/postiz/apis/postiz-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postiz/postiz-public-api/revisions/8b2952dc5357/schema)
