Skip to main content
POST
/
get_billing
Get Billing
curl --request POST \
  --url https://api.moltsets.com/api/v1/tools/get_billing \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "results": {
    "plan": "free",
    "subscription_status": "none",
    "credit_balance": 250,
    "unlimited": false,
    "current_period_start": null,
    "current_period_end": null,
    "token_costs": {
      "enrich_email": 1,
      "enrich_personal_email": 1,
      "enrich_phone": 10,
      "get_account": 0,
      "get_billing": 0,
      "get_usage": 0
    }
  },
  "status": "ok",
  "metadata": {
    "tokens_charged": 0,
    "tokens_remaining": 250
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.moltsets.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token. Keys follow the format ms_XXXXXXXXXXX.

Body

application/json

No arguments required. Send an empty object.

Response

Success

results
object
status
string
Example:

"ok"

metadata
object