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 Volume Limits API

Limit Management

1NCE Volume Limits 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 Volume Limits. 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 4 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 4 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 Volume Limits 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.

Volume Limits 3

Limit Management

GET
/v1/sims/limits
Get Global Limits
getLimitsUsingGET → 200401403404422
POST
/v1/sims/limits
Create Global Limits
setLimitsUsingPOST body → 201401403404422
GET
/v1/sims/{service}/limits
Get SIM Limits
getSelectableLimitsUsingGET 1 param → 200401403404422

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are CurrentLimitData (3 properties), CurrentLimitSMS (3 properties), Values_for_Limits (3 properties), SetLimitsRequest (3 properties). Each schema is shown below with its type and property counts.

SetLimitsRequest
object
Configure the self-set limits (data, MT-SMS, MO-SMS) of all SIMs. Use /sims/{service}/limits to get a list of IDs for setting the limits.
3 properties
Values_for_Limits
object
Information about the self-set limits.
3 properties
CurrentLimitSMS
object
Currently self-set gloabl SMS limit for the given service (MT-SMS, MO-SMS).
3 properties
CurrentLimitData
object
Currently self-set gloabl data volume limit.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

1nce-volume-limits-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 Orders API
1NCE Plugin system API