Get credits

This method allows you to get your credits amount.

GET

/credits

Examples


GET /credits HTTP/1.1
Host: api.smsup.ch
Accept: application/json
Authorization: Bearer your.token
      
    

Result Format


{
  "credits": "44690",
  "message": "OK"
}
          
        

<?xml version="1.0" encoding="UTF-8"?>
<response>
    <credits>44690</credits>
    <message>OK</message>
</response>