Technical Guide. REST API for Number Information Services

Size: px
Start display at page:

Download "Technical Guide. REST API for Number Information Services"

Transcription

1 Technical Guide REST API for Number Information Services Munich Singapore London San Francisco

2 Table of Contents Page 1. Introduction 3 2. Authentication 3 3. Number Information Servies Query Information on Phone Number Synchronous vs Asynchronous Responses Global Number Portability Global Number Verification HTTP Status Codes 11 2

3 1. Introduction Basic example to resolve Global Number Portability (GNP): curl -u username:password -X GET The REST API (Representational State Transfer Application Programming Interface) enables quick and easy access to tyntec s Number Information Services (NIS). The communication is established via HTTPS (Hypertext Transfer Protocol Secure) connections. The exchanged object type is JSON (JavaScript Object Notation). tyntec s application accepts and replies with "application/json" as "Content-Type" (and "charset=utf-8") in the HTTP header. All of tyntec s Number Information Services are accessible through the base URL (Unique Resource Location) (${baseurl}): 2. Authentication tyntec will provide a username (${username}) and password (${password}) to grant access to the services: The Base64-encoded combination "${username}:${password}" is used as an authentication-token for the Basic HTTP authentication and can also be given in the HTTP header: Authorization: Basic ${authentication-token} 3

4 3. Number Information Services The Global Number Portability service returns information on the subscription network (MCC MNC) based on the MSISDN. The Global Number Verification service returns information on the number range holder, the IMSI (International Mobile Subscriber Identity), the subscription network, and the servicing network. The number information is provided at best effort. In case a response does not contain all fields listed in this guide, the respective information could not be retrieved. 3.1 Query Information on a Phone Number The number information on a specific MSISDN (Mobile Station International Subscriber Directory Number) can be queried from two resources: Service Global Number Portability Global Number Verification Resource URL ${baseurl}/gnp ${baseurl}/gnv Method GET GET Table 1: tyntec resource URLs for Number Information Services. The MSIDN is provided in the respective parameter:?msisdn=$msisdn In this case, tyntec s application will return the requested number information on the given MSISDN ($msisdn). tyntec s application server performs a consistency check on the provided MSISDN and callbackurl before processing the request in order to prevent avoidable consts due to malformed requests. 4

5 3.2 Synchronous vs Asynchronous Responses The time needed to retrieve number information is typically around ~350 ms. But sometimes it can take up to several seconds to receive the number information, e.g., when operators respond very slowly. Therefore, tyntec s number information services can be queried for a synchronous or asynchronous response. The default response is synchronous and the requested number information is given in the body of the HTTP 200 OK response of tyntec s application server. The asynchronous response can be triggered with the request parameter:?callbackurl=$callbackurl In this case, tyntec s application will POST the requested number information to your webserver at the given URL ($callbackurl). tyntec s application will retry for a maximum of 48 hours to POST the number information after 1, 5, 10, 20, 30, 60 minutes if your server does not answer 200 OK within 2 seconds. 3.3 Global Number Portability The following code blocks give examples of how to query number information on a MSISDN. Example for Query GNP (synchronous response): curl -u username:password -X GET -H "Accept: application/json" Example for Query GNP (asynchronous response): curl -u username:password -X GET -H "Accept: application/json" 5

6 Response to Query GNP containing the requested number information: { "requestid":"12-86cfafba-8677-f42b-5050-ece6af6abf01", "msisdn":" ", "mcc":"262", "mnc":"02", "ttid":15, "operator":" Vodafone", "country":"deu", "timezone":"+0100", "technology":"gsm", "ported":"false", "price":0.001, "currency":"eur", "priceeffective":" t00:00: ", "errorcode":"0" } In this request there are a number of parameters that need to be defined, others are optional: Parameter Possible Values Description requestid msisdn MCC MNC ttid operator country timezone technology UUID according to RFC 4122 phone number according to ITU E.164 integer country code following ISO alpha-3 +HH:mm (according to ISO 8601) The unique identifier provided for each request. The phone number of interest given in international format. A representative MCC (Mobile Country Code) of the operator. A representative MNC (Mobile Network Code) of the operator. The tyntec id of the operator. The mapping can be found in the Customer Lounge under Home>Resource Center>Network Lists>Mobile Outbound SMS ( The human readable name of the operator. The three-letter county code where the operator is located. The operator s local time zone relative to UTC. The technology (see table at the end of document) used by the operator s network. 6

7 ported price currency priceeffective boolean float currency code following ISO 4217 date in the format yyyy-mmddthh:mm:ss (according to ISO 8601) An indication of the porting status (yes/no). The price for the query. The currency in which the pricing is given; corresponding to the currency of the invoice. The date when the price became effective. errorcode Possible values for errorcode can be found in the document Error Codes. 3.4 Global Number Verification The following code blocks give examples of how to query number information on a MSISDN. Example for Query GNV (synchronous response): curl -u username:password -X GET -H "Accept: application/json" Example for Query GNV (asynchronous response): curl -u username:password -X GET -H "Accept: application/json" 7

8 Response to Query GNV containing the requested number information: { "requestid":"12-86cfafba-8677-f42b-5050-ece6af6abf01", "msisdn":" ", "nrhmcc":"262", "nrhmnc":"02", "nrhttid :15, "nrhoperator":"vodafone", "nrhcountry":"deu", "nrhtimezone":"+0100", "nrhtechnology":"gsm", "imsimcc":"262", "imsimnc":"02", "imsittid":15, "imsioperator":"vodafone", "imsicountry":"deu", "imsitimezone":"+0100", "imsitechnology":"gsm", "hlrcc":"49", "hlrndc":"162", "hlrmcc":"262", "hlrmnc":"02", "hlrttid":"15, "hlroperator":"vodafone", "hlrcountry":"deu", "hlrtimezone":"+0100", "hlrtechnology":"gsm", "msccc":"49", "mscndc":"162", "mscmcc":"262", "mscmnc":"02", "mscttid":15, "mscoperator":"vodafone", "msccountry":"deu", "msctimezone":"+0100", "msctechnology":"gsm", "ported":"false", "roaming":"false", "presence":"true ", "price":0.001, "currency":"eur", "priceeffective":" t00:00: ", "errorcode":"0", } 8

9 In this request there are a number of parameters that need to be defined, others are optional: Parameter Possible Values Description requestid msisdn nrhmcc nrhmnc nrhttid nrhoperator nrhcountry nrhtimezone nrhtechnology imsimcc imsimnc imsittid imsioperator imsicountry imsitimezone imsitechnology hlrcc hlrndc UUID according to RFC 4122 phone number according to ITU E.164 integer country code following ISO alpha-3 +HH:mm (according to ISO 8601) integer country code following ISO alpha-3 +HH:mm (according to ISO 8601) according to ITU E.214 according to ITU E.214 The unique identifier provided for each request. The phone number of interest given in international format. A representative MCC (Mobile Country Code) of the NRH s network (Number Range Holder). A representative MNCs (Mobile Network Codes) of the NRH s network. The tyntec operator id of the NRH. The mapping can be found in the Customer Lounge under Home>Resource Center>Network Lists>Mobile Outbound SMS ( Human readable name of the NRH. The three-letter county code where the NRH s network is located. Local time zone of NRH s network relative to UTC. The technology (see table at end of document) used by the NRH s network. The MCC of the subscriber s IMSI (International Mobile Subscriber Identity). The MNC of the subscriber s IMSI. The tyntec id of the subscription network s operator. The mapping can be found in the Customer Lounge under Home>Resource Center>Network Lists>Mobile Outbound SMS ( Human readable name of the subscription network s operator. The three-letter county code where the subscription network is located. Local time zone of the subscription network relative to UTC. The technology (see at end of document) used by the subscription network. The CC (Country Code) of the responding HLR (Home Location Register). The NDC (National Dailing Code) of the responding HLR. 9

10 hlrmcc hlrmnc hlrttid hlroperator hlrcountry hlrtimezone hlrtechnology msccc mscdnc mscmcc mscmnc mscttid msccountry msctimezone msctechnology ported roaming presence price currency integer country code following ISO alpha-3 +HH:mm (according to ISO 8601) according to ITU E.214 according to ITU E.214 integer country code following ISO alpha-3 +HH:mm (according to ISO 8601) float currency code following ISO 4217 A representative MCC of the HLR s operator. A representative MCN of the HLR s operator. The tyntec id of the HLR s operator. The mapping can be found in the Customer Lounge under Home>Resource Center>Network Lists>Mobile Outbound SMS ( Human readable name of the HLR s operator. The three-letter county code indicating where the HLR is located. Local time zone of the HLR relative to UTC. The technology (see following table) used by the HLR s network. The CC of the the MSC (Mobile Switching Center). The DNC of the MSC. A representative MCC of the MSC s operator. A representative MCN of the MSC s operator. The tyntec id of the MSC s operator. The mapping can be found in the Customer Lounge under Home>Resource Center>Network Lists>Mobile Outbound SMS ( The three-letter county code of the network operating the MSC. Local time zone of the MSC relative to UTC. The technology (see at end of document) used by the MSC s network. Indicating the porting status true/false/unknown. Indicating the roaming status true/false/unknown. Latest handset status (switched on/off) known by the operator (stored in respective HLR). The price for the query. The currency in which the pricing is given; corresponding to the currency of the invoice. 10

11 priceeffective errorcode date in the format yyyy-mm-ddth- H:mm:ss (according to ISO 8601) Possible values for errorcode can be found in the document GSM Error Codes. The date when the price became effective. 3.5 HTTP Status Codes HTTP Code Description 200 OK 400 Bad Request 401 Unauthorized 403 Forbidden 405 Method Not Allowed 415 Not Acceptable Network information will be suplied within the response. Any of the provided parameters is invalid or callbackurl is not reachable. HTTP basic authentification parameters are invalid. HTTP basic authentification parameters are missing. Request method is not support (this service only supports GET). Media type is not supported. 500 Internal Error 11

12 About tyntec tyntec ( is a telecom-web convergence company that connects the immediacy and convenience of telecom with the power of the Internet. Partnering with telecom operators around the world, tyntec enables enterprises and Internet brands to power their applications, authentication, and mission-critical communications with universal mobile services such as SMS, voice and phone numbers in the cloud. Founded in 2002, tyntec employs over 150 people in six offices around the globe, serving more than 500 global businesses, Internet brands and telecom operators. Munich Singapore London San Francisco sales@tyntec.com

Technical Guide. REST API for Mobile Outbound SMS

Technical Guide. REST API for Mobile Outbound SMS Technical Guide REST API for Mobile Outbound SMS Munich +49 89 202 451 100 Singapore +65 6478 3020 London +44 207 436 0283 San Francisco +1 415 527 0903 sales@tyntec.com www.tyntec.com Table of Contents

More information

Sophisticated Simplicity In Mobile Interaction. Technical Guide Number Information Services - Asynchronous SOAP. Version 1.3

Sophisticated Simplicity In Mobile Interaction. Technical Guide Number Information Services - Asynchronous SOAP. Version 1.3 Sophisticated Simplicity In Mobile Interaction Technical Guide Number Information Services - Asynchronous SOAP Version 1.3 Table of Contents Page 1. Introduction to Number Information Services 3 2. Requirements

More information

Sophisticated Simplicity In Mobile Interaction. Technical Guide Number Information Services - Synchronous SOAP. Version 1.3

Sophisticated Simplicity In Mobile Interaction. Technical Guide Number Information Services - Synchronous SOAP. Version 1.3 Sophisticated Simplicity In Mobile Interaction Technical Guide Number Information Services - Synchronous SOAP Version 1.3 Table of Contents Page 1. Introduction to Number Information Services 3 4 2. Requirements

More information

HLR Lookup Service (Release 1.1.0)

HLR Lookup Service (Release 1.1.0) 1. Introduction 1.1. Summary This document will illustrate the HLR Lookup Service (or Network Query) 1.2. Scope The information contained in this document may be used by all third parties that need to

More information

API Integration Guide

API Integration Guide API Integration Guide Introduction SULU Mobile Solutions API is a programmable SMS message service. It enables your in-house applications to have fully featured SMS capabilities using your favorite programming

More information

Partner Web Services. GetOrderStatus Version 1 Service Manual

Partner Web Services. GetOrderStatus Version 1 Service Manual Partner Web Services GetOrderStatus Version 1 Service Manual Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Supporting Resources... 4 2 Service Overview... 4 3 Service Endpoints... 5 4 Request/Response

More information

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017

LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 LINK Mobility SMS REST API MT and Delivery Reports Version 1.3; Last updated September 21, 2017 For help, contact support@linkmobility.com The most up-to-date version of this document is available at http://www.linkmobility.com/developers/

More information

Partner Web Services. GetMyPrice Service Manual

Partner Web Services. GetMyPrice Service Manual Partner Web Services GetMyPrice Service Manual Contents 1 Introduction... 5 1.1 Overview... 5 1.2 Supporting Resources... 5 2 Service Overview... 5 2.1 Benefits of GetMyPrice Service... 6 3 Service Endpoints...

More information

API Documentation. Release Version 1 Beta

API Documentation. Release Version 1 Beta API Documentation Release Version 1 Beta Document Version Control Version Date Updated Comment 0.1 April 1, 2016 Initialize document 1 Release version PROMOTEXTER V3 BETA - API Documentation 1 Table of

More information

Archer Documentation. Release 0.1. Praekelt Dev

Archer Documentation. Release 0.1. Praekelt Dev Archer Documentation Release 0.1 Praekelt Dev February 12, 2014 Contents 1 User Service 3 1.1 Installation................................................ 3 1.2 API....................................................

More information

The Monetisation of Portability and Verification in an A2P SMS World

The Monetisation of Portability and Verification in an A2P SMS World The Monetisation of Portability and Verification in an A2P SMS World A whitepaper by Sponsored by Whitepaper The Monetisation of Portability and Verification Abstract Contents Abstract 2 3 5 6 10 10 11

More information

Version Date Description Author First version Nate. send_sms request Added DELIVERED. status in Send Sms.

Version Date Description Author First version Nate. send_sms request Added DELIVERED. status in Send Sms. New API Version Date Description Author 0.1 2014-12-25 First version Nate 0.2 2015-1-22 Added user_id in Nate send_sms request 0.3 2015-3-20 Added DELIVERED Nate status in Send Sms Result 0.4 2015-4-24

More information

We currently are able to offer three different action types:

We currently are able to offer three different action types: SMS Inbound Introduction SMS Inbound provides a simple to use interface for receiving inbound MMS messages. Inbound Message Actions Inbound Message Actions in SMS Inbound are things that our system can

More information

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9

Forthnet Mobile Platform - groupsms http interface v1.0 1 / 9 Table of Contents Introduction... 2 Requirements... 2 Connecting to Forthnet Mobile Platform... 2 Message submission... 3 Client Request... 3 Parameters... 4 Parameter user... 4 Parameter pass... 4 Parameter

More information

Quriiri HTTP MT API. Quriiri HTTP MT API v , doc version This document describes the Quriiri HTTP MT API version 1 (v1).

Quriiri HTTP MT API. Quriiri HTTP MT API v , doc version This document describes the Quriiri HTTP MT API version 1 (v1). Quriiri HTTP MT API This document describes the Quriiri HTTP MT API version 1 (v1). Sending messages Request types Security Request parameters Request examples JSON POST GET Response JSON response example

More information

CLX MSISDN Lookup Interface Description

CLX MSISDN Lookup Interface Description CLX MSISDN Lookup Interface Description VERSION 2.1.0 CONTENT IS SUBJECT TO CHANGE TEL.: +49 89 201 727 0 E-MAIL: SUPPORT-DE@CLXCOMMUNICATIONS.COM All rights reserved. This product and related documentation

More information

CPS MOG API Reference, Release

CPS MOG API Reference, Release CPS MOG API Reference, Release 13.1.0 First Published: 2017-08-18 Last Modified: 2017-08-18 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Rev

Rev Rev. 1.7.2 Copyright Notice Copyright Telinta Inc. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express

More information

1. Overview Account Configuration Details... 3

1. Overview Account Configuration Details... 3 WhatsApp Enterprise API - Technical Guide V4.4 July 2018 Index 1. Overview... 3 2. Account Configuration Details... 3 2.1 Provisioning of a Demo API... 3 2.2 Activation of Production API... 3 2.3 Setting

More information

Account Activity Migration guide & set up

Account Activity Migration guide & set up Account Activity Migration guide & set up Agenda 1 2 3 4 5 What is the Account Activity (AAAPI)? User Streams & Site Streams overview What s different & what s changing? How to migrate to AAAPI? Questions?

More information

Subscriber Data Management

Subscriber Data Management Subscriber Data Management XML Notifications-XML Interface Description 910-6553-001 Revision C September 2013 Copyright 2012 2013 Tekelec. All Rights Reserved. Printed in USA. Legal Information can be

More information

cellip CELLIPS SMS INTERFACE DESCRIPTION HTTP GET INNEHÅLLSFÖRTECKNING

cellip CELLIPS SMS INTERFACE DESCRIPTION HTTP GET INNEHÅLLSFÖRTECKNING INNEHÅLLSFÖRTECKNING Innehållsförteckning... 1 1 Introduction... 2 1.1 Scope... 2 2 HTTP Get interface... 2 2.1 Mobile Terminated Messages... 2 2.1.1 Usage... 2 2.1.2 Parameters... 2 2.1.3 Codes... 4 2.1.4

More information

How to understand a pdf file invoice

How to understand a pdf file invoice How to understand a pdf file invoice.pdf files are used by Eseye to send invoices to customers. For help in finding an invoice, see: How to locate an invoice. The.pdf invoice is comprised of a front page

More information

HTTP API Specification V2.7

HTTP API Specification V2.7 HTTP API Specification V2.7 Version information Version Comment Date V2.7 Added testsms call 2017-08-09 V2.6 HTTPS information added 2016-12-10 Added error code 4007 V2.5 Changed endpoints 2016-12-09 Added

More information

SONERA OPERATOR SERVICE PLATFORM OPAALI PORTAL SMS. FREQUENTLY ASKED QUESTIONS, version 2.0

SONERA OPERATOR SERVICE PLATFORM OPAALI PORTAL SMS. FREQUENTLY ASKED QUESTIONS, version 2.0 SONERA OPERATOR SERVICE PLATFORM FREQUENTLY ASKED QUESTIONS, version 2.0 OPAALI PORTAL Q: Why Registration link to Opaali portal does not work currently, HTTP Operation Forbidden error is shown? A: Sonera's

More information

AsyncOS 11.0 API - Getting Started Guide for Security Appliances

AsyncOS 11.0 API - Getting Started Guide for  Security Appliances AsyncOS 11.0 API - Getting Started Guide for Email Security Appliances First Published: 2017-12-27 Last Modified: -- Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

API ONE-TIME PASSWORD

API ONE-TIME PASSWORD Mobile Marketing and Messaging Solutions WEB-BASED SMS SENDING PLATFORM Guide du débutant API ONE-TIME PASSWORD UTILISER LA PLATEFORME SMSMODE DOCUMENTATION WHAT OTP API? Our OTP (One Time Password) solution

More information

Ninox API. Ninox API Page 1 of 15. Ninox Version Document version 1.0.0

Ninox API. Ninox API Page 1 of 15. Ninox Version Document version 1.0.0 Ninox API Ninox Version 2.3.4 Document version 1.0.0 Ninox 2.3.4 API 1.0.0 Page 1 of 15 Table of Contents Introduction 3 Obtain an API Key 3 Zapier 4 Ninox REST API 5 Authentication 5 Content-Type 5 Get

More information

C U B I T S. API DOCUMENTATION Version 1.8

C U B I T S. API DOCUMENTATION Version 1.8 C U B I T S API DOCUMENTATION Version 1.8 Table of Contents Table of Contents Introduction Request and Response Format Authentication Callbacks User language selection Test Invoices Channels Quote Channels

More information

Cellular Mobile Systems and Services (TCOM1010) GSM Architecture

Cellular Mobile Systems and Services (TCOM1010) GSM Architecture GSM Architecture 1 GSM NETWORK INFRASTRUCTURE...2 2 NETWORK SWITCHING SUBSYSTEM (NSS)...3 2.1 Home Location Register...4 2.2 Mobile Switching Center and Visitor Location Register...4 2.3 Authentication

More information

Consents Service - SMBC NextGenPSD2

Consents Service - SMBC NextGenPSD2 Consents Service - SMBC NextGenPSD2 1.3.SMBC February 2019 Framework (Berlin Group V1.3) Summary OAS3 SMBC offers third party access to accounts (XS2A) in a safe and efficient way using Application Programming

More information

HappyFox API Technical Reference

HappyFox API Technical Reference HappyFox API Technical Reference API Version 1.0 Document Version 0.1 2011, Tenmiles Corporation Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

Partner Web Services. Get License Service Manual

Partner Web Services. Get License Service Manual Partner Web Services Get License Service Manual Contents 1 Revision History... 4 2 Introduction... 5 2.1 Overview... 5 2.2 Supporting Resources... 5 3 Service Overview... 5 4 Service Endpoints... 7 5 Request/Response

More information

ICANN Monitoring System API (MoSAPI)

ICANN Monitoring System API (MoSAPI) ICANN Monitoring System API (MoSAPI) Version 2.7 2018-03-06 1. Introduction... 3 1.1. Date and Time... 3 1.2. Credentials... 3 1.3. Glossary... 3 2. Common elements used in this specification... 5 3. Session

More information

Instructions for Using New API. Instructions for Using New API

Instructions for Using New API. Instructions for Using New API Instructions for Using New API Instructions for Using New API I Change Logs Version 1.0 2016-12-8 1. Add request_status_report parameter to SMS request; 2. Add pushing feature; 3. Add slot, callstate,

More information

SMS Pro/Billing Pro. Interface specification. Version 3.0.1

SMS Pro/Billing Pro. Interface specification. Version 3.0.1 SMS Pro/Billing Pro Interface specification Version 3.0.1 Copyright Telenor Sverige AB 2008 Contents: 1 Introduction... 3 2 Protocols for interconnection... 3 3 Content format... 3 4 XML References...

More information

WEB API. Nuki Home Solutions GmbH. Münzgrabenstraße 92/ Graz Austria F

WEB API. Nuki Home Solutions GmbH. Münzgrabenstraße 92/ Graz Austria F WEB API v 1. 1 0 8. 0 5. 2 0 1 8 1. Introduction 2. Calling URL 3. Swagger Interface Example API call through Swagger 4. Authentication API Tokens OAuth 2 Code Flow OAuth2 Authentication Example 1. Authorization

More information

New Dashboard - Help Screens

New Dashboard - Help Screens New Dashboard - Help Screens Welcome to the new Panacea Dashboard. This document aims to provide you with concise explanations of the menu system and features available to you as a Panacea user account

More information

E POSTBUSINESS API Login-API Reference. Version 1.1

E POSTBUSINESS API Login-API Reference. Version 1.1 E POSTBUSINESS API Login-API Reference Imprint Software and documentation are protected by copyright and may not be copied, reproduced, stored, translated, or otherwise reproduced without the written approval

More information

How to understand a csv file invoice

How to understand a csv file invoice How to understand a csv file invoice.csv files are used my Eseye to send invoices to customers, they are easily opened in Excel. For help in finding an invoice, see: How to locate an invoice. An example.csv

More information

API Spec Sheet For HLR v1.4

API Spec Sheet For HLR v1.4 API Spec Sheet For HLR v1.4 INTRODUCTION The Wholesale SMS HLR API provides an easy to use method of accessing the HLR (Home Location Register) for all networks worldwide that support HLR. For large batch

More information

ARTIO SMS Services HTTP API Documentation

ARTIO SMS Services HTTP API Documentation ARTIO SMS Services HTTP API Documentation David Jozefov Michal Unzeitig Copyright 2013 - ARTIO International Co. ARTIO SMS Services HTTP API Documentation ARTIO Publication date: 4.9.2013 Version: 1.0.1

More information

DIGITAL SERVICES. API Documentation Product Pricing

DIGITAL SERVICES. API Documentation Product Pricing DIGITAL SERVICES API Documentation Product Pricing Document Version Reason for change Author Signed-off by Status 0.10 Creation Gary Inkpen Final Draft 2016 Avios Group (AGL) Limited. All rights reserved.

More information

TynTec a VASCO Solution Partner Virtual Digipass / SMS Back-Up for Digipass March 2007

TynTec a VASCO Solution Partner Virtual Digipass / SMS Back-Up for Digipass March 2007 TynTec a VASCO Solution Partner Virtual Digipass / SMS Back-Up for Digipass March 2007 1 TynTec Positioning For financial service providers who wish to eliminate the risk of delays and poor data security

More information

ERMES. Technical Specification for ex MPAY services integration. version /10/2018

ERMES. Technical Specification for ex MPAY services integration. version /10/2018 ERMES Technical Specification for ex MPAY services integration version 1.7 26/10/2018 Summary 1.Changes...3 2.Introduction...4 2.1.Glossary...4 3.ERMES API Overview...5 3.1.Protocol...6 4.ERMES API...9

More information

Account Activity Migration guide & set up

Account Activity Migration guide & set up Account Activity Migration guide & set up Agenda 1 2 3 4 5 What is the Account Activity (AAAPI)? User Streams & Site Streams overview What s different & what s changing? How to migrate to AAAPI? Questions?

More information

vrealize Log Insight Developer Resources

vrealize Log Insight Developer Resources vrealize Log Insight Developer Resources vrealize Log Insight 4.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Integration REST Text2Speech Version 1.1

Integration REST Text2Speech Version 1.1 1 Integration REST Text2Speech Version 1.1 2 Table of Contents Introduction P. 3 Technical Platform Request for shipments voicemails P. 4 JSON request P. 4 Example request CURL P. 5 Sample PHP request

More information

vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0

vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0 vrealize Log Insight Developer Resources Update 1 Modified on 03 SEP 2017 vrealize Log Insight 4.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

SMS Relay. API Documentation SPLIO - SPRING Contact and Campaign SMS Relay API - EN v1.2.docx

SMS Relay. API Documentation SPLIO - SPRING Contact and Campaign SMS Relay API - EN v1.2.docx SMS Relay API Documentation 2017-09-07 Summary Introduction... 3 Access... 3 Base URL... 3 Europe hosting... 3 Asia hosting... 3 Authentication... 3 Single call... 4 Bulk call... 4 Transactional messages...

More information

Information Technology Mobile Computing Module: GSM Handovers

Information Technology Mobile Computing Module: GSM Handovers Information Technology Mobile Computing Module: GSM Handovers Learning Objectives Recap of previous modules Basic functions of Network Sub System Entities that form NSS namely MSC,GMSC,HLR and VLR Functions

More information

UReport USSD application Documentation

UReport USSD application Documentation UReport USSD application Documentation Release 0.1.0 Praekelt Foundation June 07, 2014 Contents 1 UReport JSON HTTP API 3 1.1 Contents................................................. 3 1.2 Response format

More information

API Reference Manual

API Reference Manual FUJITSU Cloud Service K5 API Reference Manual Version.5 FUJITSU LIMITED Preface Purpose of This Document This guide describes the specification of the API (Application Programming Interface) provided by

More information

Black Box DCX3000 / DCX1000 Using the API

Black Box DCX3000 / DCX1000 Using the API Black Box DCX3000 / DCX1000 Using the API updated 2/22/2017 This document will give you a brief overview of how to access the DCX3000 / DCX1000 API and how you can interact with it using an online tool.

More information

SMS Submit Interface description HTTP Version 1.5

SMS Submit Interface description HTTP Version 1.5 SMS Submit Interface description HTTP Version 1.5 This document is intended for application developers with knowledge about the HTTP protocol. Document history Version Description 1.5 Spelling error corrected

More information

PUSH services. Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October Nick Palmer.

PUSH services. Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October Nick Palmer. PUSH services Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October 2018 Nick Palmer Product Manager Page 1 of 8 Table of Contents 1. Purpose... 3 2. Glossary of Terms... 3

More information

The production version of your service API must be served over HTTPS.

The production version of your service API must be served over HTTPS. This document specifies how to implement an API for your service according to the IFTTT Service Protocol. It is recommended that you treat this document as a reference and follow the workflow outlined

More information

Volante NACHA ISO20022 Validator AMI User Guide

Volante NACHA ISO20022 Validator AMI User Guide Volante NACHA ISO20022 Validator AMI User Guide 1. About Volante NACHA ISO20022 Validator AMI User Guide This document is referenced in the REST Services Deployment Guide. This outlines the available REST

More information

Chapter 3 GSM and Similar Architectures

Chapter 3 GSM and Similar Architectures CSF645 Mobile Computing 行動計算 Chapter 3 GSM and Similar Architectures 吳俊興 國立高雄大學資訊工程學系 Chapter 3 GSM and Similar Architectures 3.1 GSM Services and System Architecture 3.2 Radio Interfaces 3.3 Protocols

More information

Three kinds of number portability

Three kinds of number portability Number Portability Three kinds of number portability Location portability: a subscriber may move from one location to another location without changing his or her telephone number Service portability:

More information

10 Call Set-up. Objectives After this chapter the student will: be able to describe the activities in the network during a call set-up.

10 Call Set-up. Objectives After this chapter the student will: be able to describe the activities in the network during a call set-up. 10 Call Set-up Objectives After this chapter the student will: be able to describe the activities in the network during a call set-up. 10.1 INTRODUCTION... 2 10.2 CALL TO MS (MT)... 3 10.3 CALL FROM MS

More information

Heartbeat API. Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October Nick Palmer.

Heartbeat API. Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October Nick Palmer. Heartbeat API Document revision 1.0 Date of Issue: 04 October 2018 Date of revision: 04 October 2018 Nick Palmer Product Manager Page 1 of 7 Table of Contents 1. Purpose... 3 2. Glossary of Terms... 3

More information

TAXII 2.0 Specification Pre Draft

TAXII 2.0 Specification Pre Draft TAXII 2.0 Specification Pre Draft Current Status/Intent This document serves to gain consensus on pre draft concepts of TAXII 2.0. Please feel free to poke holes and comment! Overview TAXII is an open

More information

Version Event Protect Platform RESTfull API call

Version Event Protect Platform RESTfull API call Event Protect Platform RESTfull API call Introduction Via available online service and through specified API, developers can connect to Event Protect platform and submit individual sales transaction. Service

More information

DIGITAL SERVICES. API Documentation Retrieve Transactions

DIGITAL SERVICES. API Documentation Retrieve Transactions DIGITAL SERVICES API Documentation Retrieve Transactions Document Version Reason for change Author Signed-off by Status 0.12 Creation Gary Inkpen Final Draft 2016 Avios Group (AGL) Limited. All rights

More information

Reviewing the API Documentation

Reviewing the API Documentation About the Cisco APIC-EM API Documentation, page 1 Testing the Cisco APIC-EM APIs, page 6 About the Cisco APIC-EM API Documentation Cisco APIC-EM controller provides interactive, northbound Representational

More information

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018 Understanding RESTful APIs and documenting them with Swagger Presented by: Tanya Perelmuter Date: 06/18/2018 1 Part 1 Understanding RESTful APIs API types and definitions REST architecture and RESTful

More information

TELIA OPERATOR SERVICE PLATFORM

TELIA OPERATOR SERVICE PLATFORM TELIA OPERATOR SERVICE PLATFORM OMA Authorization REST API Guide Copyright 2017 Aepona Limited, and copyright 2017 Telia All rights reserved by respective owners. Revision: 6.0 Legal Information Legal

More information

LUCITY REST API INTRODUCTION AND CORE CONCEPTS

LUCITY REST API INTRODUCTION AND CORE CONCEPTS LUCITY REST API INTRODUCTION AND CORE CONCEPTS REST API OFFERINGS Lucity Citizen Portal REST API Lucity REST API Both products are included in our REST API Historically we also offered a COM API and a.net

More information

API Specification Doc

API Specification Doc API Specification Doc (SMS System Gateway) Version Date Description 1.0 01-Nov-2017 Initial draft 1.1 18-Feb-2018 Updated to include Delivery report call back options 1.2 10-Apr-2018 Appended API to include

More information

SOAP API. The correct URL has been hidden. Please contact your account manager for the full URL information.

SOAP API. The correct URL has been hidden. Please contact your account manager for the full URL information. SMS Help Guides TNZ Group Limited sales@tnz.co.nz +64 9 9293000 +64 9 522 8839 SOAP API SOAP is a simple way of sending SMS/TXT messages via the internet. It is a great solution for integration into existing

More information

Sophisticated Simplicity In Mobile Interaction. Technical Guide Mobile Outbound SMS Service HTTP Interface. Version 3.3

Sophisticated Simplicity In Mobile Interaction. Technical Guide Mobile Outbound SMS Service HTTP Interface. Version 3.3 Sophisticated Simplicity In Mobile Interaction Technical Guide Mobile Outbound SMS Service HTTP Interface Version 3.3 Table of Contents Page 1. Introduction to Mobile Outbound SMS Service HTTP Interface

More information

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP / HTTPS

Way2mint SMS Mobile Terminate (MT) API Guide for HTTP / HTTPS Way2mint SMS Mobile Terminate (MT) API Guide for HTTP / HTTPS 10/1/2009 Way2mint Services Prepared by: Mohit Jaswani Copyright Way2mint Services The content of this document are copyright and remain the

More information

PassBy[ME] API Documentation

PassBy[ME] API Documentation PassBy[ME] API Documentation Document id: PBM_01 Document Version: 1.1.12 Author: Microsec Ltd. Date: 2015.09.13. API Version 1 1 Table of contents 1 Introduction... 4 2 Terms... 5 3 PassBy[ME] message

More information

The Commercial Issues of Interstandard Roaming. Interstandard Roaming

The Commercial Issues of Interstandard Roaming. Interstandard Roaming The Commercial Issues of Interstandard Roaming Dave Grootwassink, Technical Director- Illuminet TDMA Subscribers (Oct.2000): 56.3 million AMPS Subscribers (Oct.2000): 75.4 million Source: UWCC AMPS/TDMA

More information

How to configure the LuxCloud WHMCS plugin (version 2+) Version: 2.2

How to configure the LuxCloud WHMCS plugin (version 2+) Version: 2.2 èè How to configure the LuxCloud WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 Table of Contents 1. General overview... 2 1.1. Installing the plugin... 2 1.2. Testing the plugin with the trial

More information

BulkSMS Marketo Gateway

BulkSMS Marketo Gateway BulkSMS Marketo Gateway Integration Guide Page 1 Contents Introduction... 4 About the BulkSMS Gateway for Marketo... 4 Advanced Group Messaging Key Features... 4 Use any or all of our other products and

More information

Supported AVPs in DCCA Messages

Supported AVPs in DCCA Messages CHAPTER B The following sections of this appendix list the vendor-specific attribute value pairs (AVPs) supported by the Cisco GGSN in Diameter Credit Control Application (DCCA) Credit-Control-Request

More information

Genesys Mobile Services API Reference. Phone Number Validation API

Genesys Mobile Services API Reference. Phone Number Validation API Genesys Mobile Services API Reference Phone Number Validation API 9/25/2018 Contents 1 Phone Number Validation API 1.1 API Query Genesys Mobile Services API Reference 2 Phone Number Validation API This

More information

Nasuni Data API Nasuni Corporation Boston, MA

Nasuni Data API Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Introduction The Nasuni API has been available in the Nasuni Filer since September 2012 (version 4.0.1) and is in use by hundreds of mobile clients worldwide. Previously,

More information

Content index. Request and Response Request types Errors Error codeṣ Response types DH Api Documentation

Content index. Request and Response Request types Errors Error codeṣ Response types DH Api Documentation Content index DH Api Documentation Request and Response... 12 Request types... 13 Xmlrpc... 13 Jsonrpc... 13 Simplẹ... 13 Response types... 14 Xmlrpc... 14 Jsonrpc... 14 Tesṭ... 14 Simplẹ... 14 Debug...

More information

IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM)

IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM) IUID Registry Application Programming Interface (API) Version 5.6 Software User s Manual (SUM) Document Version 1.0 May 28, 2014 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared for:

More information

MCB Gateway. 1 Introduction. 2 Change history. 3 Table of contents

MCB Gateway. 1 Introduction. 2 Change history. 3 Table of contents MCB Gateway 1 Introduction This document describes the communication interface (API) of our Mobile Content Billing (MCB/DB) gateway called FuturePay. This technical document is meant for system engineers

More information

REST SERVICE. Web Services API Version 1.5

REST SERVICE. Web Services API Version 1.5 REST SERVICE Web Services API Version 1.5 The information contained within this document is the property of PageOne Communications Ltd and may not be copied used or disclosed in whole or in part, except

More information

GMA024F0. GridDB Web API Guide. Toshiba Digital Solutions Corporation 2017 All Rights Reserved.

GMA024F0. GridDB Web API Guide. Toshiba Digital Solutions Corporation 2017 All Rights Reserved. GMA024F0 GridDB Web API Guide Toshiba Digital Solutions Corporation 2017 All Rights Reserved. Introduction This manual describes GridDB WebAPI s function, configuration method, and notes. Please read this

More information

TC-IOT M2M CORE Services Protocol. User Manual. Version: 1.0 Date:

TC-IOT M2M CORE Services Protocol. User Manual. Version: 1.0 Date: TC-IOT M2M CORE Services Protocol User Manual Version: 1.0 Date: Document Name: TC-IOT M2M CORE Services Protocol - User Manual Version: 1.0 Date: Document ID: TC_IOT_M2M_CORE_Protocol_User_Manual_EN_v1.0

More information

Tigrillo API User Guide

Tigrillo API User Guide Tigrillo API User Guide Document Reference: 8281 September 2016 Version: 9 Version Date Author Changes Number 1 Mar 2015 John Lindsay 2 Sep 2015 Sam Smith Branding updated Updated to be used with 8314

More information

X-Road Message Protocol for REST

X-Road Message Protocol for REST X-Road Message Protocol for REST XRDDEV-121 - As an X-Road user I want that a draft version of X-Road Message Protocol for REST is created so that I know how REST clients and services will communicate

More information

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual Mobiketa Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging Quick-Start Manual Overview Mobiketa Is a full-featured Bulk SMS and Voice SMS marketing script that gives you control over your

More information

SAS Event Stream Processing 4.2: Security

SAS Event Stream Processing 4.2: Security SAS Event Stream Processing 4.2: Security Encryption on Sockets Overview to Enabling Encryption You can enable encryption on TCP/IP connections within an event stream processing engine. Specifically, you

More information

Electronic Tax Clearance Verification Web Service Specification

Electronic Tax Clearance Verification Web Service Specification Document Version 1.1 Document Last Updated 12/10/2017 Page 1 of 9 Table of Contents 0 DOCUMENT INFORMATION... 3 SYNOPSIS... 3 DOCUMENT CHANGE HISTORY... 3 ABBREVIATIONS USED IN THIS DOCUMENT... 3 1 INTRODUCTION...

More information

WLAN CDR Field Descriptions

WLAN CDR Field Descriptions This chapter describes the WLAN-CDR fields supported by PDG/TTG. The following information is provided for each field: Description: The field's description. : The field's data format. : The field's size,

More information

Version Event Protect Platform RESTfull API call

Version Event Protect Platform RESTfull API call Event Protect Platform RESTfull API call Introduction Via available online service and through specified API, developers can connect to Event Protect platform and submit individual sales transaction. Service

More information

Nasuni Data API Nasuni Corporation Boston, MA

Nasuni Data API Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Introduction The Nasuni API has been available in the Nasuni Filer since September 2012 (version 4.0.1) and is in use by hundreds of mobile clients worldwide. Previously,

More information

ACCUZIP EDDM UI REST API CALLS. 100% Cloud Based EDDM List Creation. Abstract EDDM UI to select Carrier Route Boundaries throughout the United States

ACCUZIP EDDM UI REST API CALLS. 100% Cloud Based EDDM List Creation. Abstract EDDM UI to select Carrier Route Boundaries throughout the United States ACCUZIP EDDM UI REST API CALLS 100% Cloud Based EDDM List Creation Abstract EDDM UI to select Carrier Route Boundaries throughout the United States Steve Belmonte steve@accuzip.com AccuZIP EDDM Web Service

More information

Pro Solutions Interface specification

Pro Solutions Interface specification Interface specification Version 3.1.0 Copyright Telenor Sverige AB 2010 Contents: 1 Introduction...3 2 Protocols for interconnection...3 3 Content format...3 4 XML References...4 5 Abbreviations...4 6

More information

Issue No. Date Description of Changes Initial issue Added basic authentication

Issue No. Date Description of Changes Initial issue Added basic authentication Department: Subject: IT API Documentation Revision History: Issue No. Date Description of Changes 1.0 04.18.17 Initial issue 1.1 05.11.17 Added basic authentication Related Documents: Page 1 of 28 Classification

More information

Using OAuth 2.0 to Access ionbiz APIs

Using OAuth 2.0 to Access ionbiz APIs Using OAuth 2.0 to Access ionbiz APIs ionbiz APIs use the OAuth 2.0 protocol for authentication and authorization. ionbiz supports common OAuth 2.0 scenarios such as those for web server, installed, and

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.helpdeskpilot.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

Trigger SMS API. API Documentation SPLIO - SPRING Contact and Campaign Trigger SMS API - EN v4.0.docx

Trigger SMS API. API Documentation SPLIO - SPRING Contact and Campaign Trigger SMS API - EN v4.0.docx API Documentation 2017-09-08 Summary Introduction... 3 Access... 3 Base URL... 3 Europe hosting... 3 Asia hosting... 3 Authentication... 3 Request format... 4 Response format... 4 Error Codes & Responses...

More information