curl --request GET \
--url https://api.supernotes.app/v1/synth/credits \
--header 'Api-Key: <api-key>'
{
"authed_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"remaining_after_call": 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>'
{
"authed_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"remaining_after_call": 123
}
Successful Response
The response is of type object
.