curl --request GET \
--url https://api.supernotes.app/v1/synth/credits \
--header 'Api-Key: <api-key>'
{
"credits": 123
}
Get the number of synthetic credits the user has
curl --request GET \
--url https://api.supernotes.app/v1/synth/credits \
--header 'Api-Key: <api-key>'
{
"credits": 123
}
Successful Response
The response is of type object
.