Get Remaining Credits

Get Remaining Credits

GET

{endpoint}/my-credits

Example Request

curl -X GET \
  "{endpoint}/my-credits"
  -H 'Authorization: Bearer 6413a1acf4df6c41d028d0970xxxxx'\
  -H "Accept: application/json"

Example Response


{
  "status":"OK",
  "credits_left":2568
}

{
  "status": "ERROR",
  "message": "Reason of error"
}