---
title: "Channel settings schema: GET /integration-settings/:id | Posty dokumentáció"
description: "Egy csatorna posztolási szabályai és beállítássémája, a fiókra feloldott karakterkorláttal."
canonical: https://posty.hu/en/docs/api/endpoints/csatorna-sema
source: https://posty.hu/en/docs/api/endpoints/csatorna-sema.md
---

Channels

# Channel settings schema: GET /integration-settings/:id

Egy csatorna posztolási szabályai és beállítássémája, a fiókra feloldott karakterkorláttal.

## Path

Method and path

GEThttps://api.posty.hu/public/v1/integration-settings/:id

Authorization

`channels:read`

operationId

`getChannelSettings`

A channel's posting rules and settings schema: which fields the platform accepts, which are required, and the character limit unlocked for the account.

Call this before you assemble a platform-specific \`settings\` object. The schema applies to the connected account, not to the platform in general.

## Parameters

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| id | útvonal | string | yes | The channel ID from the /integrations response. |

## Request

```
curl https://api.posty.hu/public/v1/integration-settings/clx1a2b3c4d5e6f7g8h9 \
  -H "Authorization: psty_a_kulcsod"
```

Kód másolása

## Related

- [Authentication](https://posty.hu/en/docs/api/authentication): API key and scopes.
- [Errors and limits](https://posty.hu/en/docs/api/errors): error responses and rate limits.
- [All endpoints](https://posty.hu/en/docs/api/endpoints): full list.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
