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:readoperationId
getChannelSettingsA 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"Related
- Authentication: API key and scopes.
- Errors and limits: error responses and rate limits.
- All endpoints: full list.
Is something missing from this page? Email [email protected] or use the form on the Help page.