Agent OTP Inbox

Forward OTP emails to

echo-yarn-camp-e14f@opensurf.io

API key

Save it somewhere

rb0mcLBYXAIeSC9V06giJIJEOzbB30Z1jU_XirdiC00

OTPs are saved for 5 minutes

Fetch them with the API key

const url = 'https://opensurf.io/otp/echo-yarn-camp-e14f';
const apiKey = 'rb0mcLBYXAIeSC9V06giJIJEOzbB30Z1jU_XirdiC00';
const res = await fetch(url, { headers: { Authorization: `Bearer ${apiKey}` } });
console.log(await res.json());