Other endpoints
Get API quota
Get your API quota, how many requests you have remaining and when the limit resets. Note this request does not count towards your quota.
GET https://api.mailersend.com/v1/api-quota
Responses
Valid
{
"quota": 1000,
"remaining": 752,
"reset": "2023-04-15T00:00:00Z"
}
Error
Response Code: 401 Unathorized
See - Validation errors