View Remaining Credits
Use this endpoint to view the remaining credits against your account
Endpoint
[GET] https://usenotifier.com/api/credits
Example Request
$response = Http::withToken('YOUR_API_KEY')
->post('https://usenotifier.com/api/sms/credits');
Example Response
{
"credits": 123
}
Last updated
Was this helpful?