Get plans

This GET operation retrieves the plans 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

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"
}