CAMARA Project Connected Network Type API is one of 30 APIs that CAMARA Project publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Connected Network Type. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes
1 operation
across 1 path,
and defines 12 schemas.
It is described by OpenAPI 3.0.3, at version wip.
Requests are made against a single base URL, {apiRoot}/call-forwarding-signal/vwip.
1 operations1 paths12 schemas1 POST
Metadata
The identity and technical contract details declared by the specification.
CAMARA Project Connected Network Type API declares
1 security scheme
for authenticating requests.
It supports OpenID Connect (openId) discovered at https://example.com/.well-known/openid-configuration.
openId — to support Consent Management
Paths & Operations 1
Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.
Connected Network Type 1
Operations to get the network type device is connected to
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Device (4 properties), ErrorInfo (3 properties), DeviceIpv4Addr (3 properties), ConnectedNetworkTypeResponse (2 properties). Each schema is shown below with its type and property counts.
LastStatusTime
string
Last time that the associated connected Network Type was updated
SingleIpv4Addr
string
A single IPv4 address with no subnet mask
ConnectedNetworkTypeResponse
object
2 properties1 required
ConnectedNetworkTypeRequest
object
1 property
PhoneNumber
string
A public identifier addressing a telephone subscription. In mobile networks it corresponds to the MSISDN (Mobile Station International Subscriber Directory Num…
DeviceIpv4Addr
object
The device should be identified by either the public (observed) IP address and port as seen by the application server, or the private (local) and any public (o…
3 properties
ErrorInfo
object
3 properties3 required
ConnectedNetworkType
string
UNKNOWN: Used when connection [technology] can not be determined 2G: 2nd Generation Mobile Communication Technology 3G: 3rd Generation Mobile Communication Tec…
DeviceIpv6Address
string
The device should be identified by the observed IPv6 address, or by any single IPv6 address from within the subnet allocated to the device (e.g. adding ::0 to…
Port
integer
TCP or UDP port number
Device
object
End-user equipment able to connect to a mobile network. Examples of devices include smartphones or IoT sensors/actuators. The developer can choose to provide t…
4 properties
NetworkAccessIdentifier
string
A public identifier addressing a subscription in a mobile network. In 3GPP terminology, it corresponds to the GPSI formatted with the External Identifier ({Loc…
Specification
The full machine-readable OpenAPI contract behind this narrative.