Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.71 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.71 KB

traffic-api

Client API for Sales.lv Traffic service. Traffic is a platform for SMS messaging to mobile phones worldwide and other related functionality.

This is a simple HTTP API where data is requested or manipulated with HTTP requests. Requests can be made as HTTP POST requests with a JSON body or as basic POST or GET requests.

Once you've signed up for the Traffic service, you'll be provided with a username and an API key, required for making API calls.

There is a specification provided in the wiki here about making the API calls yourself, as well as examples of using our libraries.

A quick start guide

PHP client library

PHP client library is located in lib/php/traffic-api.php. An usage example is provided in lib/php/example.php.

Requirements:

Library usage is described in the wiki.

Feedback, support & questions

Please write to support@sales.lv with any feedback, questions or suggestions that might arise.