Account Information

Get account configuration

get
Header parameters
MF-ACCESS-KEYstringRequired

Your API Access Key

MF-ACCESS-TIMESTAMPstringRequired

The UTC timestamp of your request .e.g : 2020-12-08T09:08:57.715Z

MF-ACCESS-SIGNstringRequired

The Base64-encoded signature (see Signing Messages subsection for details).

Responses
200
OK
*/*
get
GET /api/config HTTP/1.1
Host: api.mefree.net
MF-ACCESS-KEY: text
MF-ACCESS-TIMESTAMP: text
MF-ACCESS-SIGN: text
Accept: */*
200

OK

{
  "code": 1,
  "msg": "text",
  "sub_code": "text",
  "sub_msg": "text",
  "data": {
    "api_key": "text",
    "api_secret": "text",
    "recharge_address": "text",
    "activate_price_sun": 1,
    "hour_price_sun": 1,
    "day_price_sun": 1,
    "subscribe_price_sun": 1,
    "multi_day_price_sun": 1,
    "flash_price_sun": 1,
    "bandwidth_price_sun": 1,
    "total_recharge": 1,
    "total_normal_consume": 1,
    "total_batch_consume": 1,
    "total_subscribe_consume": 1,
    "total_host_consume": 1,
    "total_activate_consume": 1,
    "total_realtime_consume": 1,
    "total_flash_consume": 1,
    "total_bandwidth_consume": 1,
    "total_permission_consume": 1,
    "whitelist": "text",
    "created_at": 1,
    "updated_at": 1,
    "account_balance": 1
  }
}