Skip to main content
GET
/
billing
/
summary
/
Get billing summary
curl --request GET \
  --url https://api-v2.missioninbox.com/billing/summary/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "user": {},
  "usage": {},
  "subscription": {},
  "payment_methods": [
    {}
  ],
  "default_payment_method": {},
  "next_invoice": {},
  "billing_history": [
    {}
  ]
}

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

user
object
required
usage
object
required
subscription
object | null
required
payment_methods
object[]
required
default_payment_method
object | null
required
next_invoice
object | null
required
billing_history
object[]
required