echo-yarn-camp-e14f@opensurf.io
Save it somewhere
rb0mcLBYXAIeSC9V06giJIJEOzbB30Z1jU_XirdiC00
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());