PhantomSign Logo

PhantomSign

2766 inboxes created955 codes found

PhantomSign Logo
Generating...
Inbox <>5:00

Generate an email

PhantomSign will create a temporary email address that is valid for up to 5 minutes.

1

2

Use it for signups

The PhantomSign email can be used to signup to a service of your choice that may require the email to be verified.

Receive code or link

PhantomSign will try to extract the verification code or link from the verification email and output it straight to your screen.

3

PhantomSign API

PhantomSign offers a simple and effective API to extract verification codes and links from temporary email addresses.

All API requests require a valid API key, which should be provided as a header:

All endpoints are rate-limited to 20 requests/minute per IP

x-api-key[API KEY]Generate an API key

Create inbox

POST/api/generate-inbox

Responses

200"inbox": [email]401"error": [API key error]

Poll inbox

GET/api/poll-inbox?inbox=[email]

Responses

200"message": "Awaiting email"200
{"code": [Verification code]"company": [Company name]}
200
{"link": [Verification link]"company": [Company name]}
200"message": "Email lacks content"400"error": "No inbox provided"401"error": [API key error]404"error": "Inbox not found"

Delete inbox

DELETE/api/delete-inbox

Request

Body{"inbox": [email]}

Responses

200"message": "Inbox deleted"400"error": "No inbox provided"403"error": [API key error]404"error": "Inbox not found"
© 2024 PhantomSign.comenquiries@phantomsign.comBuilt by Callum Fortune
LoginDashboardAPI keys