Core Network APIs
Build revenue-generating products for mobile
subscribers across the globe
grpcurl \
-protoset wgtwo.bin \
sandbox.api.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 →Messaging
Send text messages to and from subscribers on the Working Group Two platform. Free of charge!
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 →