Email     Password       Forgot password

For Publishers


 

For Advertisers


 

More Resources


 

BeamMe.info API

The BeamMe.Info API is based on REST principles, although it only accepts POST requests. With it you can send beams or schedule beams to be sent at a later date.

We have supplied a PHP API client to help explain the API but it's possbile to create your own client. You just need to ensure that you are sending your XML stream in the POST variable request to http://www.beamme.info/APIserver.php

eg: $_POST['request'] = "<xml><tag>here</tag></xml>";

NOTE: Please limit your sendBeam requests to 250 numbers at a time.


API Authentication

To Get access to the API please send an email to support via the contact form. We will enable your access to the API and send you an API key and secret. This will subsequently be avaliable from the overview page of your publisher account.

Please Note: You will only be given access if you have entered valid payment details.


API Documentation

This document (PDF) explains how to interact with the BeamMe.info API server and includes samples based on our example PHP client.