Business API
Returns the number of API credits remaining.
curl --request GET \ --url https://api.mrcook.app/v1/credits \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "credits": { "remaining": 42 } } }
How to get your API key: https://docs.mrcook.app/business-api/api-key
Successfully retrieved remaining credits.
The response is of type object.
object