Credits

Authentication: Required (JWT token or Api Key)

User Credits

get

Retrieves the current credit balance for the user.

Authorizations
AuthorizationstringRequired

Enter your API key or JWT with the 'Bearer ' prefix

Responses
get
/api/credits
curl -X GET "https://app.morphware.com/api/credits" \
  -H "Authorization: Bearer <YOUR_TOKEN>"
{
  "num_credits": 1000
}

Last updated