Global System for Mobile Communications website screenshot

Global System for Mobile Communications

We unite over 1000 mobile operators and businesses across the ecosystem and related industries to advance innovation and reduce inequalities around the world.

25 APIs 0 Features
MobileNetworkingNetworksStandardsTelcoTelecommunications

APIs

GSMA Camara Project Call Forwarding Signal API

Call Forwarding Signal API can be used to determine if a specific mobile Phone Number has an active call forwarding setup.

GSMA Camara Project Device Roaming Status API

Device Roaming Status API checks whether a certain user device is roaming and if so, the country it is in.

GSMA Camara Project KYC Fill-In API

KYC Fill-In API is used to request and receive information that has been verified by the end users Mobile Operator in their KYC records. The information can include mobile phone...

GSMA Camara Project KYC Match API

KYC Match API provides the ability to compare the information the API customer has for a particular user with that on file and verified by the users Mobile Network Operator in t...

GSMA Camara Project Number Verification API

Number Verification API enables the seamless authentication of a mobile device by verifying that the provided mobile phone number is the one used in the device.

GSMA Camara Project One Time Password API

One Time Password API delivers a short-lived one-time password to a mobile phone number via SMS. The API then validates the code as input by the end-user into the service, to ve...

GSMA Camara Project SIM Swap API

SIM Swap API checks the last date that the SIM card associated with a mobile phone number has changed. The response may be a timestamp or a yes/no for a defined period (e.g. las...

GSMA Camara Project SIM Swap Notification Subscription API

SIM Swap Notification Subscription enables subscription to notifications related to SIM Swap events, reporting a change in the SIM card associated with a mobile phone number. A ...

GSMA Camara Project Scam Signal API

Scam Signal API allows businesses to protect their customers from impersonation scams, particularly Authorized Pushed Payment (APP) fraud.

GSMA Camara Project Device Location Verification API

Device Location Verification API checks if a mobile device is in proximity of a given location. The API request contains the location to be checked and an accuracy range in km (...

GSMA Camara Project Device Geofencing Subscriptions API

Device Geofencing Subscriptions API enables the subscription to geographical position changes. With this API, customers can create subscriptions for their devices to receive not...

GSMA Camara Project Device Location Retrieval API

Device Location Retrieval API provides the ability to retrieve the location of a device. The retrieved area depends on the network conditions at the subscribers location.

GSMA Camara Project Population Density Data API

Population Density Data API enables the retrieval of population density estimations for a specific area at a future date and time, considering historical anonymised information ...

GSMA Camara Project Quality on Demand API

Quality on Demand API offers the application developer the capability to request stable latency (reduced jitter) or minimum throughput for specified application data flows betwe...

GSMA Camara Project Connectivity Insights API

The Connectivity Insights API allows an application developer to ask the network the likelihood that an application's networking requirements can be met for a given end user ses...

GSMA Camara Project Connectivity Insights Subscriptions API

The Connectivity Insights API allows an application developer to ask the network the likelihood that an application's networking requirements can be met for a given end user ses...

GSMA Camara Project Application Profiles API

Application profiles allows application developers to share all the information about their application which would be relevant for network/ CAMARA APIs related decision making.

GSMA Camara Project SMS API

SMS API provides the customer with the ability to send an SMS to a mobile phone number in use on a mobile phone device. There are 3 different categories of SMS, namely Service S...

GSMA Camara Project SMS Delivery Notification Subscription API

API to create, retrieve and delete event subscriptions related to a sms delivery operation performed on an associated phone number.

GSMA Camara Project Home Devices QoD API

Home Devices QoD API enables application developers to control the network configuration of their End Users devices when they are connected through the WiFi access point provide...

GSMA Camara Project Simple Edge Discovery API

Simple Edge Discovery API allows an application to discover the nearest Edge-Cloud zone for it to connect to, specifically the API will calculate the Edge Cloud Zone with the sh...

GSMA Camara Project Traffic Influence API

The Traffic Influence API provides the capability to establish the optimal routing, in terms of latency, in a specific geographical area, between the user device, e.g. the users...

GSMA Camara Project Application Endpoint Discovery API

The Application Discovery API extends beyond the capabilities of the Simple Edge Discovery API by not only locating the nearest Edge Cloud Zone but also directly linking to the ...

GSMA Camara Project Edge Application Management API

Edge Application Management API allows API consumers to manage the Life Cycle of an Application and to Discover Edge Cloud Zones. The reference scenario foresees a distributed T...

GSMA Camara Project Carrier Billing

The Carrier Billing API provides programmable interface for developers and other users (capabilities consumers) to charge an amount on a mobile line. It can be easily integrated...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

🔗
PostmanWorkspace
PostmanWorkspace
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
📄
PressReleases
PressReleases
🔗
Events
Events

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Global System for Mobile Communications GSMA Camara Project Traffic Influence API
  version: wip
items:
- info:
    name: Traffic Influence API Read
    type: folder
  items:
  - info:
      name: Global System for Mobile Communications Retries existing TrafficInfluence Resources
      type: http
    http:
      method: GET
      url: '{apiRoot}/traffic-influence/vwip/traffic-influences'
      headers:
      - name: x-correlator
        value: ''
      params:
      - name: appId
        value: ''
        type: query
        description: Used to select traffic influence resources filtered by appId
    docs: Reads all of the active TrafficInfluence resources owned by the same API Consumer
  - info:
      name: Global System for Mobile Communications Reads a specific TrafficInfluence resource identified by the trafficInfluenceID
        value.
      type: http
    http:
      method: GET
      url: '{apiRoot}/traffic-influence/vwip/traffic-influences/:trafficInfluenceID'
      headers:
      - name: x-correlator
        value: ''
      params:
      - name: trafficInfluenceID
        value: ''
        type: path
        description: Identifier of the specific TrafficInfluence resource to be retrieved, modified or deleted. It is the
          value used to fill trafficInfluenceID parameter.
    docs: Returns a specific TrafficInfluence resources owned by the same API Consumer.
- info:
    name: Traffic Influence API Write
    type: folder
  items:
  - info:
      name: Global System for Mobile Communications Creates a new TrafficInfluence resource
      type: http
    http:
      method: POST
      url: '{apiRoot}/traffic-influence/vwip/traffic-influences'
      headers:
      - name: x-correlator
        value: ''
      body:
        type: json
        data: '{}'
    docs: Takes as input an object containing the intents from the API Consumer and creates a TrafficInfluence resourse accordingly.
      The trafficInfluenceID parameter, that is part of the object, must not be valorized when creating a new resource. For
      this reason the trafficInfluenceID parameter must be avoided in the object, anyway it will be ignored by the API Producer.
      It is automatically generated by the system and returned in the response.
  - info:
      name: Global System for Mobile Communications updates a specific TrafficInfluence resource, identified by the trafficInfluenceID
        value.
      type: http
    http:
      method: PATCH
      url: '{apiRoot}/traffic-influence/vwip/traffic-influences/:trafficInfluenceID'
      headers:
      - name: x-correlator
        value: ''
      params:
      - name: trafficInfluenceID
        value: ''
        type: path
        description: Identifier of the specific TrafficInfluence resource to be retrieved, modified or deleted. It is the
          value used to fill trafficInfluenceID parameter.
      body:
        type: json
        data: '{}'
    docs: The resource identified by the trafficInfluenceID value can be modified. Before the PATCH can be invoked the status
      (state) of the resource must be "active". If not an errore code 409 (DENIED_WAIT) is returned.
  - info:
      name: Global System for Mobile Communications Delete an existing TrafficInfluence resource
      type: http
    http:
      method: DELETE
      url: '{apiRoot}/traffic-influence/vwip/traffic-influences/:trafficInfluenceID'
      headers:
      - name: x-correlator
        value: ''
      params:
      - name: trafficInfluenceID
        value: ''
        type: path
        description: Identifier of the specific TrafficInfluence resource to be retrieved, modified or deleted. It is the
          value used to fill trafficInfluenceID parameter.
      - name: callbackUrl
        value: ''
        type: query
        description: 'the location where updated data will be sent.  Must be network

          accessible

          by the source server

          '
    docs: invoked by the API Consumer to stop influencing the traffic, deleting a TrafficInfluence resource previously created.
bundled: true