1NCE website screenshot

1NCE

1NCE is a Cologne-headquartered global IoT connectivity provider best known for the IoT Lifetime Flat — a single one-time fee that bundles a multi-network SIM with 500 MB of data and 250 SMS over a 10-year subscription. The 1NCE Management API on api.1nce.com/management-api exposes the same surface as the customer portal across six product areas — Authorization, SIM Management (v1 and v2), Order Management, Product Information, Support Management, and 1NCE OS — with OAuth 2.0 bearer-token security and a public api-catalog document. 1NCE OS layers integration, device locator, inspector, optimizer, and partner-plugin services on top of the connectivity bundle, while the company's GitHub organization publishes the 1NCE IoT C SDK, FreeRTOS / Zephyr / Arduino blueprints, AWS IoT onboarding tooling, CloudFormation templates, and an MCP server for AI agent integration.

6 APIs 18 Features
IoTConnectivitySIMCellularNB-IoTLTE-MeUICCEdgeEmbeddedGlobal Roaming

APIs

1NCE Authorization API

OAuth 2.0 client-credentials flow that issues bearer tokens for all 1NCE Management API endpoints. POST /oauth/token (Basic Auth) returns a short-lived access token used to call...

1NCE SIM Management API

Manage, control, and monitor 1NCE IoT SIM cards by ICCID across the lifecycle. v1 covers General SIMs, SMS (MT/MO), Connectivity, SIM Events, SIM Usage, Volume Limits, Volume To...

1NCE OS API

1NCE OS APIs for the bundled IoT operating system services. Covers IoT Integrator (CoAP/UDP/LwM2M device endpoints, PSK provisioning, AWS IoT cloud integration), Device Locator ...

1NCE Order Management API

Programmatically create and inspect 1NCE orders. /v1/orders lists and submits new orders for SIM cards or services; /v1/orders/{order_number} retrieves order detail, status, and...

1NCE Product Information API

Query the 1NCE product catalog including the IoT Lifetime Flat, Industrial and Business SIM form factors, High Data IoT add-ons, and 1NCE OS service entitlements via /v1/products.

1NCE Support Management API

Open and track 1NCE customer support tickets programmatically via /v1/support so device-fleet operators can escalate connectivity, billing, or 1NCE Fixers requests from inside t...

Collections

1NCE OS

OPEN

Pricing Plans

1Nce Plans Pricing

5 plans

PLANS

Rate Limits

1Nce Rate Limits

0 limits

RATE LIMITS

FinOps

1Nce Finops

FINOPS

Features

IoT Lifetime Flat — 500 MB data and 250 SMS over a 10-year subscription bundled with the SIM at a single one-time price (USD 14 per SIM under the standard tariff)
Three SIM form factors — Business SIM (non-eUICC, USD 1), Industrial SIM (eUICC-capable, USD 2), and Industrial SIM Chip (eUICC, solderable, USD 2.50)
Coverage in 170+ countries across 2G, 3G, 4G/LTE-M, and NB-IoT through Tier-1 partners including Deutsche Telekom, SoftBank, and China Telecom
1NCE Management API on api.1nce.com/management-api covering Authorization, SIM Management v1 and v2, Order Management, Product Information, Support Management, and 1NCE OS
OAuth 2.0 client-credentials authorization via /oauth/token with bearer tokens for subsequent calls
SIM lifecycle operations — list, retrieve, modify, transfer, status, connectivity info, connectivity reset, events, usage, data and SMS quotas, top-ups, auto-topup, volume limits, and extension
SMS API for MT (mobile-terminated) and MO (mobile-originated) messages on each SIM with cancellation and delivery detail lookup
1NCE OS bundled platform — IoT Integrator (CoAP, UDP, LwM2M endpoints + PSK provisioning), Device Locator (positions, geofences), Device Inspector (device stats), Optimizer (payload compression and savings reporting), and Plugin system
First-party AWS IoT Core integration with managed cloud parameters, restart, and test operations and the 1nce-iot-device-onboarding TypeScript project
Ecosystem plugins for Datacake, Memfault, Mender, and Tartabit exposed through the 1NCE OS Plugin system
Open-source 1NCE IoT C SDK with CoAP authentication, energy saver, and DTLS PSK helpers under MIT license
Reference blueprints for FreeRTOS, Zephyr RTOS, and Arduino integrating the 1NCE SDK on constrained devices
1NCE MCP Server (Python) exposes the 1NCE Management API to LLM agents over Model Context Protocol
CloudFormation templates for AWS deployments and public api-catalog discovery document under /.well-known/api-catalog (RFC 9727)
1NCE Customer Portal at portal.1nce.com with the same management surface available through the REST API
High Data IoT add-on for fleets exceeding the Lifetime Flat allowance, 1NCE Fixers managed-support service, and 1NCE Premium Service
Freedom to Switch (eUICC remote SIM provisioning) on Industrial SIMs allowing customers to change carrier profiles
Self-service registration and provisioning workflow for new IoT projects with no monthly fee and a single upfront payment for the full subscription window

Semantic Vocabularies

1Nce Context

0 classes · 11 properties

JSON-LD

Resources

🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔗
Sandbox
Sandbox
🔗
Documentation
Documentation
🌐
Portal
Portal
📝
Signup
Signup
🔗
Documentation
Documentation
🌐
Portal
Portal
🌐
Portal
Portal
💻
CodeExamples
CodeExamples
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
📦
SDKs
SDKs
💻
CodeExamples
CodeExamples
💻
CodeExamples
CodeExamples
💻
CodeExamples
CodeExamples
💻
CodeExamples
CodeExamples
💻
CodeExamples
CodeExamples
🔧
Tools
Tools
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
👥
YouTube
YouTube
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
Documentation
Documentation
🔗
ContactForm
ContactForm
💬
FAQ
FAQ
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Support Management
  version: v1.2
items:
- info:
    name: Service Requests
    type: folder
  items:
  - info:
      name: Get Service Requests
      type: http
    http:
      method: GET
      url: https://api.1nce.com/management-api/v1/support
      params:
      - name: page
        value: ''
        type: query
        description: Number index of the requested service request page. Use this parameter to iterate through all service
          requests on the different pages. The total amount of pages is listed in the response header.
      - name: pageSize
        value: ''
        type: query
        description: The number of service requests per page, maximum allowed value is 100.
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Get a list of all customer service requests.
  - info:
      name: Create Service Request
      type: http
    http:
      method: POST
      url: https://api.1nce.com/management-api/v1/support
      body:
        type: json
        data: '{}'
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Create a new service request towards 1NCE Support.
bundled: true