Skip to main content
GET
/
api
/
email-usage
/
check-updates
/
Check for email usage updates
curl --request GET \
  --url https://api-v2.missioninbox.com/api/email-usage/check-updates/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "updated": true,
  "email_usage": 123,
  "metered_credits": 123,
  "timestamp": "<string>",
  "user_id": 123
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

updated
boolean
required

True if email usage has been updated since last check

email_usage
integer
required

Current email usage count

metered_credits
integer
required

Current metered credit balance

timestamp
string
required

ISO timestamp of the last update

user_id
integer
required

User ID