This page is going away
Our documentation has moved to docs.mobility.cisco.com, and this web page will go offline on Friday, Nov 8, 2024. Please update any bookmarks or other references you have to this page.
Core Network APIs
Build revenue-generating products for mobile subscribers across the globe
Get startedIntroductiongrpcurl \
--protoset mobility.binpb \
sandbox.api.shamrock.wgtwo.com:443 \
wgtwo.subscription.v1.SubscriptionEventService/StreamHandsetChangeEvents
val stub = SubscriptionEventServiceGrpc.newStub(channel)
val request = StreamHandsetChangeEventsRequest.newBuilder()
.setStreamConfiguration(StreamConfiguration.getDefaultInstance())
.build()
val response = stub.streamHandsetChangeEvents(request)
Consent events
Get notified when subscribers and operators give or revoke consents for your product.
Learn more →Consents (alpha)
Get, create and revoke a subscribers Product Consents to enable other Products.
Learn more →Subscription
Modify subscription settings and access events for subscriber actions, such as roaming, inserting their SIM in a new device, and more!
Learn more →Event streams
On our platform you can access events for subscriber actions, such as roaming, SMS received, voice signalling, and more!
Learn more →Sipbreakout
Enables PBX/TAS (Private Branch Exchange/Telephony Application Server) providers to plug their (SIP-enabled) endpoint into the call path!
Learn more →Number portability
Allows to register a subscriber number as ported to another operator and fetch porting records by an operator, subscriber number prefix or porting date.
Learn more →