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 SMS 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 SMS. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 7 operations across 4 paths, and defines 13 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.

7 operations 4 paths 13 schemas 1 DELETE4 GET2 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 SMS 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 7

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

SMS 7

SMS Management

GET
/v1/sims/{iccid}/sms
Get MT/MO-SMS
getSmsForSimUsingGET 4 params → 200401403404422
POST
/v1/sims/{iccid}/sms
Create SMS
sendSmsToSimUsingPOST 1 param body → 201401403404422
GET
/v1/sims/{iccid}/sms/{id}
Get SMS Details
getSmsOfSimUsingGET 2 params → 200401403404422
DELETE
/v1/sims/{iccid}/sms/{id}
Delete SMS
cancelSmsForSimUsingDELETE 2 params → 200204401403422
POST
/v2/sims/{iccid}/sms
Create SMS
sendSmsToSimUsingPOST 1 param body → 201400404409500
GET
/v2/sims/{iccid}/sms
Get MT/MO-SMS
getSmsForSimUsingGET 3 params → 200400404500
GET
/v2/sims/{iccid}/sms/{id}
Get SMS Details
getSmsOfSimUsingGET 2 params → 200400404500

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are SimsSms (23 properties), SMS-Data (19 properties), SMSMessage (6 properties), SMSMessage_2 (6 properties). Each schema is shown below with its type and property counts.

NotFound
object
Not found Error
3 properties 3 required
SMSMessage
object
SMS message object used to describe a SMS message.
6 properties
SimsSms
object
23 properties
BadRequest
object
Validation Error
3 properties 3 required
InternalServerError
object
Internal Server Error
3 properties 3 required
SMS-Data
object
The SMS data object contains all information about a SMS message.
19 properties
SMSMessage_2
object
SMS message object used to describe an SMS message.
6 properties
Conflict
object
Conflict HTTP Status 409
3 properties 3 required
Source_Address_Type
object
1 property
Type_definition_for_a_SMS
object
2 properties
SmsStatus
object
2 properties
SMSSourceAddressType
object
1 property
EndpointCreateSmsResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

1nce-sms-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