v1

latestOpenAPI 3.0.32026-07-1320201.0 MB

Get account info

get/api/account

Headers

X-Network'testnet' | 'mainnet'

Specify "testnet" for test network or leave empty for main network. Defaults to "mainnet" if not provided.

Authorizationstring required

Bearer token for authorization. Required for authenticated endpoints.

Content-Type'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data'

The MIME type of the request body.

Response

statusinteger
okboolean
messagestring

Example response

{
  "status": 200,
  "ok": true,
  "message": "Account info fetched",
  "data": {
    "plan": "PLUS",
    "is_subscribed": "true",
    "is_yearly": 0,
    "ends_at": "25-05-03",
    "quota_reset": null,
    "status": "active",
    "payment_method": "crypto",
    "crypto_payment": {
      "currency": "USDT_TRC20",
      "address": "trx-84ab3d15d6de4a87b5f8686b28094f0d",
      "eur_amount": "49.00",
      "crypto_amount": "60.04",
      "qr_code": "https://sandbox.api.forumpay.com/pay/qr/?d=https%3A%2F%2Fsandbox.dashboard.forumpay.com%2Fpay%2FsandboxWallet.transfer%3Fcurrency%3DUSDT_TRC20%26address%3Dtrx-84ab3d15d6de4a87b5f8686b28094f0d"
    },
    "quotas_left": {
      "webhooks": 100000,
      "addresses": 100000,
      "requests": 999980,
      "transactions": 99995
    }
  }
}
All 202 operations