Get history

This GET operation retrieves the plan history for a subscriber by passing the query parameters in the URL. The query parameters passed in the URL are retrieved via a JSON response if successful.

GET /gateway/plan/subscribe?<queryParameters>

Accept: application/JSON

Content-type: application/JSON


URL parameters

Parameter Description Required

msisdn

The subscriber’s MSISDN in international format.

yes

name

A string that defines the plan name or offer ID.

optional

source

String that defines the origin.

optional

JSON response

The JSON response includes the information passed in the URL as a query parameter.

{
  "msisdn": "Tv6pDuPz2Gm1Gax0zl7a",
  "source": "theSource"
}