Skip to main content
GET
/
external-api
/
channels
/
{channel_id}
/
can-post
Проверка доступа к каналу
curl --request GET \
  --url https://api.rek.la/external-api/channels/{channel_id}/can-post \
  --header 'X-API-Key: <x-api-key>' \
  --header 'X-Partner-Id: <x-partner-id>'
{
  "autoposting_access": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.rek.la/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-API-Key
string
required

API-ключ, полученный через Telegram-бота Rekla

X-Partner-Id
string
required

Публичный идентификатор партнёра, выданный при регистрации

Path Parameters

channel_id
integer
required

Telegram ID канала (обычно начинается с -100)

Response

Результат проверки

autoposting_access
boolean
required