{{baseUrl}}/quota/:mailbox

GET {{baseUrl}}/quota/:mailbox

Returns information on the usage quota of your INBOX in megabyte

HEADERS

KeyDatatypeRequiredDescription
x-usernamestring(Required) Username of Email to check
x-passwordstring(Required) Password of Email to check
Acceptstring

RESPONSES

status: OK

{"data":{"usage":171012,"limit":1048576},"success":true,"message":""}