CAMARA Project Device reachability status 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 Device reachability status. 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 Device reachability status 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.
Device reachability status 1
Operations to get the current reachability status of a device
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), ReachabilityStatusResponse (3 properties). Each schema is shown below with its type and property counts.
LastStatusTime
string
Last time that the associated device reachability status was updated
ReachabilityStatusResponse
object
3 properties1 required
SingleIpv4Addr
string
A single IPv4 address with no subnet mask
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
The error object used for error-cases.
3 properties3 required
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…
RequestReachabilityStatus
object
The request to retrieve the current roaming-status for the requested device.
1 property
ConnectivityType
string
DATA: The device is connected to the network for Data usage (regardless of the SMS reachability) SMS: The device is connected to the network only for SMS usage
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.