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

46elks Numbers API

Allocate and manage virtual phone numbers.

46elks Numbers API is one of 5 APIs that 46elks publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Numbers. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version a1.

Requests are made against a single base URL, https://api.46elks.com/a1.

4 operations 2 paths 3 schemas 1 DELETE1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
a1
Base URL
https://api.46elks.com/a1
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

46elks Numbers API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic authentication using your 46elks API username and API password from the dashboard.

Paths & Operations 4

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

Numbers 4

Allocate and manage virtual phone numbers.

POST
/numbers
Allocate a phone number
allocateNumber body → 200
GET
/numbers
List allocated phone numbers
listNumbers → 200
POST
/numbers/{id}
Reconfigure a phone number
updateNumber 1 param body → 200
DELETE
/numbers/{id}
Deallocate a phone number
deallocateNumber 1 param → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Number (8 properties), NumberRequest (4 properties), NumberList (1 property). Each schema is shown below with its type and property counts.

Number
object
8 properties
NumberList
object
1 property
NumberRequest
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

46elks-numbers-api-openapi.yml Raw ↑

Other APIs 46elks publishes across the network.

46elks Calls API
46elks Media API
46elks MMS API
46elks SMS API