@@ -81,7 +81,7 @@ If you want to list available Sender Id's, it can be done as easy as:
8181
8282 // Prepare a session to the server.
8383 Scg scg = new Scg ();
84- Session session = scg. connect(" https://beta. api.syniverse.com" , auth);
84+ Session session = scg. connect(" https://api.syniverse.com" , auth);
8585
8686 // Request the complete list of sender id's from the server,
8787 // where the class_id is COMMECRIAL and state is ACTIVE, and iterate
@@ -120,7 +120,7 @@ Sender id tcS8h40LXgvJsGMQI93WK4 has capabilities [MMS, SMS]
120120
121121 // Prepare a session to the server.
122122 Scg scg = new Scg ();
123- Session session = scg. connect(" https://beta. api.syniverse.com" , auth);
123+ Session session = scg. connect(" https://api.syniverse.com" , auth);
124124
125125 // Get a handle to the Contacts resource
126126 Contact . Resource res = new Contact .Resource (session);
@@ -171,7 +171,7 @@ Contact id xzrw4ukXaINXzgwu5XLnb1, John Doe has external id "Test Extid 12345"
171171
172172 // Prepare a session to the server.
173173 Scg scg = new Scg ();
174- Session session = scg. connect(" https://beta. api.syniverse.com" , auth);
174+ Session session = scg. connect(" https://api.syniverse.com" , auth);
175175
176176 // Send SMS message
177177 MessageRequest . Resource res = new MessageRequest .Resource (session);
@@ -210,7 +210,7 @@ This works as above, except for the to field in create()
210210
211211 // Prepare a session to the server.
212212 Scg scg = new Scg ();
213- Session session = scg. connect(" https://beta. api.syniverse.com" , auth);
213+ Session session = scg. connect(" https://api.syniverse.com" , auth);
214214 Contact . Resource contactRes = new Contact .Resource (session);
215215
216216 // Create some contacts
@@ -255,7 +255,7 @@ This works as above, except for the to field in create()
255255
256256 // Prepare a session to the server.
257257 Scg scg = new Scg ();
258- Session session = scg. connect(" https://beta. api.syniverse.com" , auth);
258+ Session session = scg. connect(" https://api.syniverse.com" , auth);
259259
260260 // Upload an attachment
261261 Attachment attachmentTemplate = new Attachment ();
@@ -296,7 +296,7 @@ Sent message request 9NeqCbNXBYvRO73jC2rbc5
296296
297297 // Prepare a session to the server.
298298 Scg scg = new Scg ();
299- Session session = scg. connect(" https://beta. api.syniverse.com" , auth);
299+ Session session = scg. connect(" https://api.syniverse.com" , auth);
300300
301301 MessageRequest . Resource mrqRes = new MessageRequest .Resource (session);
302302 MessageRequest mrq = mrqRes. get(" qteDxVrAhlMlmTwDrMAvMM" );
0 commit comments