Skip to main content
POST
/
get_account
Get Account
curl --request POST \
  --url https://api.moltsets.com/api/v1/tools/get_account \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "results": {
    "id": "XXXXXXXX",
    "name": "MoltSets",
    "status": "active",
    "plan": "free",
    "credit_balance": 217,
    "unlimited": false,
    "api_key_count": 4,
    "user_count": 1,
    "created_at": "2026-04-15T13:55:29Z"
  },
  "status": "ok",
  "metadata": {
    "tokens_charged": 0,
    "tokens_remaining": 217
  }
}

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