GET
/
merchant
/
credit
/
config_list
curl --request GET \
  --url https://api.unibee.top/merchant/credit/config_list \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "data": {
    "creditConfigs": [
      {
        "createTime": 123,
        "currency": "<string>",
        "description": "<string>",
        "discountCodeExclusive": 123,
        "exchangeRate": 123,
        "id": 123,
        "logo": "<string>",
        "logoUrl": "<string>",
        "merchantId": 123,
        "metaData": {},
        "name": "<string>",
        "payoutEnable": 123,
        "previewDefaultUsed": 123,
        "rechargeEnable": 123,
        "recurring": 123,
        "totalDecrementAmount": 123,
        "totalIncrementAmount": 123,
        "type": 123
      }
    ]
  },
  "message": "<string>",
  "redirect": "<string>",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

types
integer[]

type list of credit account, 1-main account, 2-promo credit account

currency
string

currency

Response

200 - application/json
code
integer
data
object
message
string
redirect
string
requestId
string