The Scenario
The security review is next week and you just found out your team has 15 MailerSend API tokens with names like "test2" and "dev-old."
You are a security engineer at a B2B SaaS company. MailerSend is in your transactional email stack. Over two years of development, multiple engineers have created API tokens — for local testing, for CI pipelines, for integrations that were later replaced. Nobody ever deleted the old ones. The security review requires you to produce a list of every active credential with its assigned permission scope and flag anything that has broader access than it needs or has not been rotated in more than 90 days.
The bad version:
- Open MailerSend's API token management page, note that there is no export button — just a table in the UI.
- Start copying token names, status, and creation dates into an Excel workbook by hand, one row at a time.
- Reach token 8 and discover that the scope column in the UI truncates long scope strings, so you have to click into each token to read the full permission set.
Fifteen tokens. Fifteen click-into-and-read sequences. Two hours gone before you have even started the analysis.
The Easy Way: One Prompt in SheetXAI
SheetXAI is an AI agent that lives inside your Excel workbook. It connects to MailerSend and can pull the full API token list with scopes and creation dates into the workbook in one pass — no UI clicking, no manual copying.
Export my entire MailerSend token list into this worksheet — one row per token showing name, active or disabled status, permission scopes, and the date each was created
What You Get
- One row per API token
- Token name and status (active or disabled) in the first two columns
- Assigned permission scopes as a readable string — full values, not truncated
- Creation date formatted as a date string
- Everything MailerSend returns, without navigating into individual token pages
What If the Data Is Not Quite Ready
You need the token ID for use in revocation scripts
Pull all MailerSend API tokens into this worksheet with token ID in column A, name in column B, status in column C, scopes in column D, and creation date in column E
You want to flag tokens created more than 90 days ago
Pull all MailerSend API tokens with name, status, scopes, and creation date into columns A through D, then in column E write REVIEW for any token where the creation date in column D is more than 90 days before today
You want to flag tokens with full-access or email-full scopes
Pull all MailerSend tokens with name, status, and scopes into columns A through C, then in column D write ELEVATED SCOPE for any token where column C contains the text email:full or the text full
Full kill chain: pull tokens, flag risks, and write a security summary
List all MailerSend API tokens with name, status, scopes, and creation date in columns A through D, flag in column E any token that is active and has elevated scopes or was created more than 90 days ago, count the flagged tokens and write the total in cell G1 with the label Tokens Requiring Review, and list the names of flagged tokens in column G starting at G2
The pull and the risk analysis are part of the same pass — no second step needed.
Try It
Open the Excel workbook you are using for the security review, then Get the 7-day free trial of SheetXAI and ask it to pull your MailerSend API token inventory. You can pair this with pulling SMTP users or webhook configurations for a complete credentials audit.
