{{baseUrl}}/quota/:mailbox
GET {{baseUrl}}/quota/:mailbox
Returns information on the usage quota of your INBOX in megabyte
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
x-username
|
string | (Required) Username of Email to check | |
x-password
|
string | (Required) Password of Email to check | |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"usage": 171012,
"limit": 1048576
},
"success": true,
"message": ""
} |
ENDPOINTS