cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:20::681a:296:8443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=15,cfOrigin;dur=47
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=in97RfA0slhTt7T4r%2BdFKAaaHOvZcCcjdzYaDg5d2ZvNWLI8NEhGMipu%2BIjLs0GlpbB8IKl%2FK9E%2BSYvzP4Bu%2FTgMxAQRUPPhiOPkvac9QlKXC0vMFzrgoPxiGeLt9E0K"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819c1c66407f-SIN
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 172.67.71.166:8443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=9,cfOrigin;dur=38
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8xW0fDBIQqO1hGns4%2BUNK3vGcos7LAtirlJnFKrZg4VR%2F9hb11jm5XNeLGdwK0rbmO22alZ2HI8iUrIHWgbXrgmdkcvapiNXoZ6YMKybb5MgW8xL"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819c4ca79c6f-SIN
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 172.67.71.166:443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=4,cfOrigin;dur=29
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UoPWItC0rdiPquB9D8QCSGiZNeHdxvLQYVkyuibJ98efcI7Ys6dqwQjAc9ZZS9PAzIU9TB%2BEseiJvnqIC2sjUoiBcvRqNvINyzbMFSDOcErNoZxJ"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819eda63cf00-BLR
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::ac43:47a6:8443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=15,cfOrigin;dur=43
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zjMJ9VjzaYpg9gAzCSxj%2FrfVYq2KeaVNcJ2lYYONv2kQc0XqgMbX4bhXQrCYe6ALmruppbTgqJZ9ure8TYPPHD6PbP6Maesl2CNNQKVlg6bNdIgRv5kDxcHYmhNGG6n5"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819b592ad8a7-SJC
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 104.26.2.150:443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=8,cfOrigin;dur=50
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QNXTOJQoDeZXTQezr22cPsGYkbeiADXzi9sLiMqx%2BTC5OsnevRcOSIUwcJFYrt1mtK%2FHx0NfELUGuwKdxzD76J3khSNRE%2FrQEe9nFZx1dK9BszV9"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819b0acc36c7-YYZ
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 172.67.71.166:80 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 301 Moved Permanently
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Length: 0
Connection: close
Location: https://www.docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qz1Hpn1sfA%2B9qtkQdtQbDDrY8p%2F5Rr%2BXCXTWkb6BZfrzaEBatJQ97vAnzV7bQXXnfll7MhhC%2FppJu8gor9rpbTpcLks3E6nTSNZTEvCZ8yBG"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7e819abbdffba3-AMS
Open service 2606:4700:20::681a:296:443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=7,cfOrigin;dur=30
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Ask1RqO7TovyHDrxxBr%2BfknlYHc3E5ocu9ZgIhXawUUOcM6z90ib8AOE5TggNxsTMzq%2BhMrIYwU%2BWLoxK2Zl3f9doqgly2XJleKUPNeVORa7h%2BGIkTYjZ4k5NEiED6Z6"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819b1ab35897-AMS
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::681a:396:443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=11,cfOrigin;dur=41
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=c5xzEbsMTh%2F%2BN2hELSmhNrkFKrzx9C5v4Z%2Fw2Q16KeCRDqyLEWI5vkb9mCbsRor4BCLurKTV0mV2siLFKR6H3oUq9in6g1%2BnyIPpubdy2HdsJXiewv2AI6ZHFk9r08XY"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819b6be77235-SIN
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::ac43:47a6:443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=16,cfOrigin;dur=47
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nvVrxO7yJUAEZbdSUssB%2BuvkPK5lrvoDtLdykki5ZCfQfA0GIZbuDmNIqF2js1na0npGuonh5XdbV9BoQP3Btj9jPvKDCCiZ4XH4nEGQhxXc9Rdru7nNV0eHkV2bscbD"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819adaec71c7-FRA
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::681a:296:80 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 301 Moved Permanently
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Length: 0
Connection: close
Location: https://www.docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jLdL5R0LZLWv7UH74w1r3qv8sl9KANas9CzGETuv%2Bn0Y4AE8%2BvugT%2FCO%2B%2BJDZOCMCWULKuHR%2FAnzZplLolu5Zg4WmxlQU53gpEHfyFmx8D3erCquMii2YVO83iJurtE%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=6,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7e819a98f0cca0-YYZ
Open service 2606:4700:20::681a:396:8443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=6,cfOrigin;dur=41
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MV3DNATJKTFnS2ZBDe6OxUK88n0Jv2avaT7VQ9W1dBIUozYMQDTeDVL1o87JdSXlNpnFhGYKxnY1Fapd3k08%2B%2B7ULCJMI2dVRYxOnAOyT26iFzbTFBqW5EP1lErQZCFB"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819add14dbd8-FRA
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 104.26.3.150:8443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=13,cfOrigin;dur=49
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vt%2FGSwRTxYPgfkTdCz%2BV8l1SU7Ze9okrMLePNdEEQ8hFErN6s8A20eIs0OFdb38BPXjyGBm0%2Bf%2FN1z4PmeXqzfItvlbZLxoS1wegJ4TQHtK2VRf6"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819b0ec6ab08-YYZ
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::ac43:47a6:80 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 301 Moved Permanently
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Length: 0
Connection: close
Location: https://www.docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9G5%2BwkzvxqlwZRC%2Fel2iLQZLfsrEWXRkC3nsCfpl%2FVjyCW1%2FFTzmIL6rdb%2BoHJukmP5Vp8WRgmErqUTrxZKstcUgvthYVltar%2Fvwdk%2B8ru%2BHC%2BZaGPQhjdP8MWOCeOw%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=15,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7e819a4e64c18d-BLR
Open service 104.26.3.150:80 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 301 Moved Permanently
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Length: 0
Connection: close
Location: https://www.docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tm29fnQlCUCvJwbqzAM6MkK8ewq%2BbdfTa8winGM1%2BZwxSz9Pzjv%2BzreqpA%2FvJS%2Bto5TNKUQQD%2FeZtAWTtbk4PT4BYDzFqSgbfiQuWPHxQ0Zc0m4%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7e819a7bd17206-EWR
Open service 2606:4700:20::681a:396:80 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 301 Moved Permanently
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Length: 0
Connection: close
Location: https://www.docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MeBwA10%2BZpy8CFnYtxWvQEZa5%2Fh0O1KO0dgQmSqDeNTnrf2YTHACpj0BaJtU%2Be2Q2%2B1YGOTvmMjZM6x8Q4jr9Fd6Lsz4WrW%2F2VZ%2FxZcARvV5UfpHtxLPLbmCWMiEKo4%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=14,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7e819a4eb8aa26-LHR
Open service 104.26.2.150:80 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 301 Moved Permanently
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Length: 0
Connection: close
Location: https://www.docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=720mbxYu6B%2BjBd9YW1KS1aunEXRjZrvhCx8FT9Hbgr%2B5HnD39lIu7%2BS7qWJKoIJqNRzMVTYaSnJBMkQNUSL1J6iTCI8FZVzGFd4T%2Bg5YcZ6TFVs%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=16,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7e819a2f5ced71-EWR
Open service 104.26.3.150:443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=8,cfOrigin;dur=40
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lLGqtn5%2FXTKZfSiRZgX0j0gMV8FlqK%2FExGz261TUhuoWv5waFFbQIpHo4UrC5Y6BdcadE%2FEcdYEmHSGR%2BzCJAzwBn7pO90OHeaSyqPhtXAV2JrY6"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819a395d038e-FRA
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 104.26.2.150:8443 · www.docs.esim-go.com
2026-01-03 00:51
HTTP/1.1 200 OK
Date: Sat, 03 Jan 2026 00:51:11 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=8,cfOrigin;dur=42
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EiH%2B805swt6GUOlbv1eTwqxODV%2BNAYQm0xm0%2BvPDJe5vmD8CAtctTm4r3WSmAzdtuHZg1L1EJpdIUoE743X%2BFbofu%2FWSpYkoBUKNp8FXKQO%2FUkcT"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7e819a298e93de-LHR
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 104.26.3.150:443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=6,cfOrigin;dur=40
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=c8eUlWODLPLsCqZGGL7PtbqptwxpQek7r1zuwPWS1HW3muWRVo32eppkUYsZ9AcO0Id%2BYw8KTF%2FpjiluGI%2BK%2BqYWbEUBN%2BhTxihcUSk1cfM%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3cbbeec85b0-EWR
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 172.67.71.166:443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=11,cfOrigin;dur=57
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NTAzHPBIblQqnya83TvII54zd1qw30o3%2Fdwr5aw%2BtN9YhUBcK6tLPXxDm03w1aTiVUQpoWUwOFqSBRalgZ8g6W%2BVqyEk9C6eRqf%2Fca9jq%2BQ%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3cadbf0cdf5-SIN
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::681a:296:80 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Length: 0
Connection: close
Location: https://docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2DtKh6UnBLKQl6aqlrSvPoXyvuzQrAnBaOm0qIInCMvf8Ef6iMWOE1ICG%2Fyv8R9upsDceEJ8PRZ743y%2F%2B2zYKLMzTTXjKvyGTbX9CzSOfhHHRkF3RTizLr%2FFUQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=23,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7af3cc389718c9-FRA
Open service 2606:4700:20::681a:296:443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=12,cfOrigin;dur=32
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oeGqjIMJrWJ1HRzzuAVNosuDMHUWuNMXDST1gWa%2BDMAjblmAvPiFxbr0idxERFTXrvutCddlFvPNeGmhLcxh4KUBZs6LL8E0a37sb8FDlN6LYeo%2FQB2IrDt%2Fwds%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3c98b94e930-YYZ
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::681a:396:8443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=20,cfOrigin;dur=50
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WhZk%2BtSU82A3T78oQMXlCFRBy6xt0e95JVghjaiT7yMFpq0oUM%2Fg3EfQ1zMXotvbdnVul6RTBczwcjndLoMXbpxLJJrOtmfLLdjTdWV7zKy8v%2BUDWFuCpsC5h64%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3c97935b98e-AMS
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 172.67.71.166:8443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=9,cfOrigin;dur=55
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hlVZvm%2BlyNiWSfq3Yz5EauDpbjCgprJLWq6gXBGMDvdAWeVvBBy6nxy44PVhskg1ClJwU36ZdZhcdXo282K%2B4Ar0lRFOsxK45lji2fa0Uxc%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3cc4b211d90-FRA
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::681a:296:8443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=15,cfOrigin;dur=66
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=az6gWG3Eh7WjDRAsTHKbv%2FtTXcT7Zh0sNrindQY5e8tSifpVvxssdSs%2BasoEL4awiDhy3kr2SiWat2oiEWbR9KoESXnPn5r97R69RE3ff3DiViPJ%2BaKo6oKjl%2Fc%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3c98968d27a-FRA
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 104.26.3.150:8443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=10,cfOrigin;dur=42
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zKUertYJ%2BY%2BsGBmiwIIaBk4gKtNQBmcInop0vnRnQ%2FQ9qhwzluB6Rm6h7uUTKQAQbL5y7BlXNzqldiXCI11iQuKt68P0pepQhz%2B7jcFvly8%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3c9582dd3c0-FRA
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 104.26.2.150:8443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=7,cfOrigin;dur=40
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=teHR7deJGGXZh0dWKs%2B3PnmnD502uDwdq5OqlxuvvgimfgTneVAZ6hqwcoVkTg10K%2FojEui1w59Q6XKMMVAExghFt9mPzI8Arni4La3z22k%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3ca6bce93b9-EWR
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::681a:396:443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=6,cfOrigin;dur=32
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xGboQ%2FaH8qsi66rxOD3rW4LsyUf0IzaKZWr1ZukZak48JvNJlVe4mgvGse1CLPT0eWt1JmcbqE714%2FOee3WXfdQ91DKH7UoPz6mehIn0rf1xy7vySKO8O022yfU%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3cb3e84a9b7-BLR
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::681a:396:80 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 14:30:04 GMT
Content-Length: 0
Connection: close
Location: https://docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Y0TwRC6juWsYbtGQzVyemlV%2FrvTLI55MhUJi0E7vNcf9rKhgbiqMOCHPfiksrA%2Fv5LGiGHm8HEk08PgtCC7lTVUSWb7YA9%2FuliNfsq62IqHP1zDlRCmo7DK%2BYA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=7,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7af3c8de4d1774-LHR
Open service 172.67.71.166:80 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 14:30:04 GMT
Content-Length: 0
Connection: close
Location: https://docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NoyG5Dh7ukpymc3M8yYqq3TBzoO4kJrE8V8SjVl8mlq54T2xNiqPccJytIKIZH%2FlPq1VzmJtKUs8yqSOLwyMhsM386hqMskdxYc5C72uYw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=6,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7af3c8a8e37e86-LHR
Open service 104.26.3.150:80 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 14:30:04 GMT
Content-Length: 0
Connection: close
Location: https://docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fQ1VQ33zlbDsbwvOwVoeX%2Fyl%2FJDNQbKrIFgnwAhygnkdhql%2FWMn%2F0ugkKyPf%2F0DK8b%2BImTLkuzmuBAsDDnUZAf14zrRk0O%2BM8JjFPAHIOQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=6,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7af3c8ae9219a3-LHR
Open service 2606:4700:20::ac43:47a6:80 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Length: 0
Connection: close
Location: https://docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mX4%2B5WtwUjPEJCAei4vL%2Br%2BNYhBLXfsl1dCYERcP7zvroxOPc5vPs2E4zA7ji0JsEAERlTrn0kjzjvxnADEXVziEH%2FNW4CG2pRbgUNGjmkg6msxwv1r7Ma0rtQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=19,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7af3ca7ca07c7e-EWR
Open service 104.26.2.150:80 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 14:30:04 GMT
Content-Length: 0
Connection: close
Location: https://docs.esim-go.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bD4tLf4yL4rZZ%2F3%2BjFsP4G%2F1dueRf29OsmmUjmsJnQHXL%2F63jNUfJOprrlecMZvXgVFyz2G5hcVhfHFQHnJJgldBBB7m8yIotPvaQZRkyw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=13,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7af3c8bf814e48-SJC
Open service 104.26.2.150:443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:04 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=10,cfOrigin;dur=50
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=M7JV3mVjUlxbIQoxVKEzH9WMrjsxB9m1upjXD%2BV0QU%2F6TQku3cBb3x3%2BRSNcXjtxXBaOnARJClAeIdHdMmvR11FqwTqlKIRc0AGFpMsATco%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3c85d9b78ab-FRA
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::ac43:47a6:8443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=8,cfOrigin;dur=55
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=YRgwgcmzMJo799bDbVdJDxHRQa7V6N%2FaAkWKvglKwVjpK6NpDHDgSAkrVjr1BwgGR2gPjitzBfldU65kpVN0THD0YUUZHb5CnWHigIELcLl4jWxJZ9NQS1fuep4%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3c95f60feb5-AMS
alt-svc: h3=":8443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-
Open service 2606:4700:20::ac43:47a6:443 · docs.esim-go.com
2026-01-02 14:30
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 14:30:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=12,cfOrigin;dur=46
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=O4RI6biH4RycaWOLZvlj4ea2zstgxnDtKzjdCKfCsIEhhkgwB4FhJukxLZCHV2n97U9PP3wrH9Gfdtd6gnZ4SoGZT0VJEpXEYmpMxRTidhPjo7E4BwCm7yXju4A%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Strict-Transport-Security: max-age=15552000; includeSubDomains
cf-cache-status: DYNAMIC
CF-RAY: 9b7af3c96c226621-AMS
alt-svc: h3=":443"; ma=86400
Page title: eSIM Go Developer Documentation | eSIM Go Developer Docs
<!DOCTYPE html><html lang="en" dir="ltr" data-has-hero data-theme="dark" class="astro-bguv2lll"> <head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><title>eSIM Go Developer Documentation | eSIM Go Developer Docs</title><link rel="canonical"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-CD6KZSMKRT"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CD6KZSMKRT');
</script><script>
function setRapiDocTheme() {
const currentTheme = document.documentElement.getAttribute('data-theme');
const rapiDocTheme = (currentTheme === 'light' || currentTheme === 'default') ? 'light' : 'dark';
const rapiDocElement = document.querySelector('rapi-doc');
if (rapiDocElement) {
document.querySelector('.sl-markdown-content').style.height = '';
rapiDocElement.setAttribute('theme', rapiDocTheme);
}
}
document.addEventListener('DOMContentLoaded', function() {
setRapiDocTheme();
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === "attributes" && mutation.attributeName === "data-theme") {
setRapiDocTheme();
}
});
});
observer.observe(document.documentElement, {
attributes: true,
attributeFilter: ['data-theme']
});
});
</script><link rel="shortcut icon" href="/favicon.png" type="image/png"/><meta name="generator" content="Astro v4.13.3"/><meta name="generator" content="Starlight v0.25.4"/><meta property="og:title" content="eSIM Go Developer Documentation"/><meta property="og:type" content="article"/><meta property="og:url"/><meta property="og:locale" content="en"/><meta property="og:description" content="eSIM Go Developer Documentation."/><meta property="og:site_name" content="eSIM Go Developer Docs"/><meta name="twitter:card" content="summary_large_image"/><meta name="description" content="eSIM Go Developer Documentation."/><script>
window.StarlightThemeProvider = (() => {
const storedTheme =
typeof localStorage !== 'undefined' && localStorage.getItem('starlight-theme');
const theme =
storedTheme ||
(window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.dataset.theme = theme === 'light' ? 'light' : 'dark';
return {
updatePickers(theme = storedTheme || 'auto') {
document.querySelectorAll('starlight-theme-select').forEach((picker) => {
const select = picker.querySelector('select');
if (select) select.value = theme;
/** @type {HTMLTemplateElement | null} */
const tmpl = document.querySelector(`#theme-icons`);
const newIcon = tmpl && tmpl.content.querySelector('.' + theme);
if (newIcon) {
const oldIcon = picker.querySelector('svg.label-icon');
if (oldIcon) {
oldIcon.replaceChildren(...newIcon.cloneNode(true).childNodes);
}
}
});
},
};
})();
</script><template id="theme-icons"><svg aria-hidden="true" class="light astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-icon-size: 1em;"><path d="M5 12a1 1 0 0 0-1-1H3a1 1 0 0 0 0 2h1a1 1 0 0 0 1-1Zm.64 5-.71.71a1 1 0 0 0 0 1.41 1 1 0 0 0 1.41 0l.71-.71A1 1 0 0 0 5.64 17ZM12 5a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v1a1 1 0 0 0 1 1Zm5.66 2.34a1 1 0 0 0 .7-.29l.71-.71a1 1 0 1 0-1.41-1.41l-.66.71a1 1 0 0 0 0 1.41 1 1 0 0 0 .66.29Zm-12-.29a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.71-.71a1.004 1.004 0 1 0-1.43 1.41l.73.71ZM21 11h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2Zm-2.64 6A1 1 0 0 0 17 18.36l.71.71a1 1 0 0 0 1.41 0 1 1 0 0 0 0-1.41l-.76-.66ZM12 6.5a5.5 5.5 0 1 0 5.5 5.5A5.51 5.51 0 0 0 12 6.5Zm0 9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0 3.5a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1Z"/></svg> <svg aria-hidden="true" class="dark astro-c6vsoqas" width="16" height="16" viewBox="0 0 24 24" fill="currentColor" style="--sl-