Getting started with Opaali API - Part 2

Sending a message

Last time we learned how to get the access_token. This time we will use it while trying to send an SMS message.

Read More

Getting started with Opaali API - Part 1

Authentication & Authorization - making your first API request

Opaali uses an authorization framework based on IETF OAuth 2.0. To use the API you need to first get an access token to be added in the header of all subsequent API calls from the application to the platform for authentication and authorization.

Read More

Absolute Beginners

Lets assume you have obtained an Opaali account, have absolutely no previous experience with Opaali, and want to send a simple text message to test the Opaali API.

Read More

Opaali updated to Rel4 (with Telia branding)

As was predicted in the previous post, there was a major upgrade to Opaali platform on 2017-06-20 (to version R4 a.k.a. Rel4). The most notable change is the new Telia branding, seen in the visuals but also in the new host names for the portal https://developer.opaali.telia.fi and the API https://api.opaali.telia.fi. (The old addresses developer.sonera.fi and api.sonera.fi still work – I’ll update the new addresses to my sample source code later.)

Read More

HTTP adapter

One last day before my summer vacation begins…I had been hoping to have had time to write about actual code here, but I have been busy writing actual code instead.

Read More