Balance

Get information your credit balance

Credit Balance

get

Get available credit balance

Authorizations
Responses
200
Get available credit balance
application/json
get
GET /api/v1/credits/balance HTTP/1.1
Host: ducksms.com
Authorization: Bearer JWT
Accept: */*
{
  "status": 200,
  "message": "Balance return successfully",
  "data": {
    "balance": 986762
  }
}

Last updated