Бұл құжат қазір тек English тілінде қолжетімді. Аудармалар дайын болған кезде жарияланады.

Authentication

API key via the Authorization header. Rate limits.

Getting a key

After your application is approved, the key is sent via Telegram as logrus_pk_<32 chars>. Treat it as a secret.

Usage

All requests to https://logrus.space/api/v1/partner/* require the header:

Authorization: Bearer logrus_pk_<key>

Rate limits

  • Bronze: 100 req/min.
  • Silver: 500 req/min.
  • Gold: 5,000 req/min.

Exceeding the limit → 429 Too Many Requests with a Retry-After header.

Rotation

Request a new key from the dashboard. The old one stays active for 24 hours, then gets disabled.