Get credits

This method allows you to get your credits amount.

GET

/credits

Examples

HTTP
 httpCopyGET /credits HTTP/1.1
Host: api.smsfactor.com
Accept: application/json
Authorization: Bearer your.token
    

Result Format

JSON
{
    "status": 1,
    "message": "OK"
    "credits": "44690",
    "postpaid": "0",
    "postpaid_limit": false,
    "unlimited": false,         //if subaccount
}