Last updated 14 days ago
Authentication: Required (JWT token or Api Key)
Retrieves the current credit balance for the user.
curl -X GET "https://app.morphware.com/api/credits" \ -H "Authorization: Bearer <YOUR_TOKEN>"
{ "num_credits": 1000 }