The credits command displays credit details for your free user Censys account.
$ censys credits # show free user creditsThis command shows your personal free user credit balance and usage information. Free user credits are associated with your individual Censys account, not an organization.
Note: This command only shows free user credits. If you want to see organization credits for a paid account, use censys org credits instead.
The credits command defaults to short output format, which displays results in a human-readable format. You can override this with the --output-format flag (or -O).
Default: short
Supported formats: json, yaml, tree, short
# Default: human-readable output
$ censys credits
# JSON output
$ censys credits --output-format json
$ censys credits -O json
# YAML output
$ censys credits --output-format yaml| Command | Description |
|---|---|
censys credits |
Shows free user credits for your personal account |
censys org credits |
Shows organization credits for paid accounts |
If you have a paid organization account and want to check your organization's credit balance, use censys org credits instead.