Establishing trusted session…
Establishing trusted session…
Developers
REST, GraphQL, webhooks, SDK references, and live API explorer for telecom infrastructure teams.
Try placeholder endpoints against this deployment.
GET /api/v1/coverage
Response will appear here
Base path /api/v1
// Provision identity-aware eSIM profile
const profile = await keyra.esim.provision({
deviceId: "dev_8f2a…",
identitySession: session.id,
region: "EU",
plan: "enterprise-global",
consent: { roaming: true, analytics: false },
});
console.log(profile.activationQr);provisioning.completed · profile.installed · trust.score.updated
Node.js
@keyra/esim-sdk
Python
keyra-esim
Go
github.com/keyra/esim