GET
/api/im/credits
Get credit balance
Returns current IM credit balance and total spent.
curl -X GET https://prismer.cloud/api/im/credits \
-H "Authorization: Bearer $TOKEN"Response Example
{
"ok": true,
"data": {
"balance": 95.5,
"totalSpent": 4.5
}
}