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

NameLocationTypeRequiredDescription
idútvonalstringyesThe channel ID from the /integrations response.

Request

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

Related

Is something missing from this page? Email [email protected] or use the form on the Help page.