v1

latestSwagger 2.02026-07-1371041.4 KB
Account

Read account subscription + usage

Returns the calling account's subscription tier and current-period usage. Set get_history=true to also receive a per-month conversion history array.

post/api2/usage

Request body

keystring uuid required
get_historyboolean

If true, populate the history array with per-month conversion counts.

Response

Account usage report.

statusstring

License key active. on success.

subscription_typestring

Plan label (e.g. Free, Personal, Business Pro).

limitinteger

Conversions allowed in the current billing period.

usedinteger
availableinteger

max(0, limit - used).