Logo
Openapi.it Public API Documentation

{{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": "" }



Curl
curl -X GET 'baseUrl/quota/:mailbox' -H 'x-username: <string>' -H 'x-password: <string>' -H 'Accept: application/json'

ENDPOINTS