Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

1NCE Orders API

Order Management

1NCE Orders API is one of 22 APIs that 1NCE publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Orders. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 3 operations across 2 paths, and defines 7 schemas. It is described by OpenAPI 3.0.1, at version v2.1.1.

Requests are made against a single base URL, https://api.1nce.com/management-api.

3 operations 2 paths 7 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
v2.1.1
Server
https://api.1nce.com/management-api
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

1NCE Orders API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (BasicAuthentication).

  • BasicAuthentication — Basic authentication used for obtaining the Bearer Authentication Token. The Bearer Token can then be used to make any further API calls towards the 1NCE API.

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Orders 3

Order Management

GET
/v1/orders
Get All Orders
getOrdersUsingGET 3 params → 200401403404
POST
/v1/orders
Create Order
postOrderUsingPOST body → 200201401403404
GET
/v1/orders/{order_number}
Get Single Order
getOrderUsingGET 1 param → 200401403404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are DeliveryAddress (11 properties), Order (10 properties), Additional_Order (3 properties), SIM (2 properties). Each schema is shown below with its type and property counts.

Ordered_product
object
Product id and order quantity of the specific product.
2 properties
Additional_Order
object
Parameters of the order to be placed.
3 properties 1 required
Product_information
object
General information about an ordered product
2 properties
Order
object
Detailed information about an order.
10 properties
DeliveryAddress
object
Address where the products of the order should be delivered to. If no additional address is provided here, the ordered products will be sent to the existing si…
11 properties
Link
object
2 properties
SIM
object
Details about a 1NCE SIM card.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

1nce-orders-api-openapi.yml Raw ↑

Other APIs 1NCE publishes across the network.

1NCE Administration Logs API
1NCE Agreements API
1NCE Bearer Authorization API
1NCE Connectivity API
1NCE Device Inspector API
1NCE Device Locator API
1NCE Devices API
1NCE General SIMs API
1NCE IoT Integrator API
1NCE Optimizer API
1NCE Plugin system API
1NCE Products API