bam4u API
Create temporary mailboxes and fetch messages programmatically – for automated testing, QA teams and developers. (In the works.)
End-to-end tests
Verify sign-up and double opt-in flows automatically.
QA automation
Disposable mailboxes on demand, no manual setup.
CI pipelines
Onboarding and verification checks right in the pipeline.
This is what it will look like
# Create a mailbox
curl -X POST https://api.bam4u.com/mailboxes \
-H "Authorization: Bearer $API_KEY"
# Fetch messages
curl https://api.bam4u.com/mailboxes/{address}/messages \
-H "Authorization: Bearer $API_KEY"The API is under development. Sign up to be there at launch.