API Office

How to use the Office API

25.12.2024

Office API

Office API is a tool for integrating with the Office service, providing developers external access to its functionality without interacting with the user interface.


Capabilities of Office API

The API provides access to the following features of the service:

  • Wallet: Deposit and transfer funds.
  • AML Check: Verify transactions for compliance with anti-money laundering regulations.
  • Payroll: Automate salary payouts.
  • Mass Balance Transfers: Manage a large number of transactions conveniently.
  • Receipt Issuance: Create and send receipts to users.
  • Transaction Energy Purchase: Maintain the operability of cryptocurrency systems.
  • Accounting Management: Streamline financial documentation.
  • Wallet Relationship Analysis: Examine transactional connections between wallets.
  • Wallet Monitoring: Track wallet activity and status.
  • Referral System: Manage referral programs.
  • Transit Wallets: Organize intermediate transactions.

Steps to Get Started

  1. Obtain an API Key
    Go to Telegram Office, navigate to "Main Menu" > "Settings" > "API Keys".

  2. Set Up Requests
    Configure requests in your application or use Postman for testing.


Generate an Authorization Token

Token Generation:

  1. Obtain a phrase (Request 0.1).
  2. Append the current time to the phrase using a pipe symbol | (example: "productive communication|1735019235").
  3. Encrypt the phrase using your secret key (encryption examples available on GitHub).
  4. Create the final token consisting of the public key, a pipe |, and the encryption result.

Authorization

Authorization is done by including the following header in your request:
Authorization: External TOKEN


Documentation in Postman

Detailed documentation for working with the API is available in Postman: Link