Request Details

Method Controller Resource Parameters
GET lib apicalls  

Parameters Guide

Parameter Accepts
- -

Example Request Format

Direct Url https://api.beepxtra.com/lib/apicalls
Curl CURL -A "YOURAPPNAME|1.0|AppID|AppKEY|lib" -X GET https://api.beepxtra.com/lib/apicalls
PHP SDK $beepapi->request('get', 'lib', 'apicalls');

Sample Response

Success
{  
   "success":true,
   "request":{  
      "method":"GET",
      "controller":"lib",
      "resource":"apicalls",
      "parameters":{  
         "\/lib\/apicalls":""
      },
      "url_elements":[  
         "lib",
         "apicalls"
      ]
   },
   "error":{  
      "errorid":0,
      "message":0
   },
   "data":[  
      {  
         "module":"card",
         "method":"get",
         "params":"owner\/1",
         "name":"Get Card Owner",
         "description":"Accepts Card_No or email"
      },
      {  
         "module":"card",
         "method":"get",
         "params":"balance\/0000000000000009",
         "name":"Get Card Balance",
         "description":"Accepts Card_no | email"
      }
   ]
}
Error
N/A

Response Guide

Parameter Type Details
error String Contains the error message returned
module string Returns the controller name
method string Returns the method accepted for this request
params string Sample params syntax
name string Name of the request
description string Returns the description of the request