GET
/
package
/
show
curl --request GET \
  --url https://demo.onlinebillingform.com/api/v1/package/show \
  --header 'token: <token>'
{
  "success": true,
  "package": {
    "id": 41,
    "group": {
      "id": 26,
      "user_id": 1,
      "name": "Test Group",
      "description": "Test Group Description",
      "url": "test-group",
      "type": 3,
      "api_type": "sandbox",
      "created_at": "2021-04-09 19:54:17",
      "updated_at": "2021-04-09 19:54:17",
      "deleted_at": null,
      "visible": "0"
    },
    "name": "Test Packge",
    "description": "Test Package Description Update",
    "prorate": 0,
    "theme": 0,
    "type": 0,
    "api_type": "sandbox",
    "url": "https://demo.onlinebillingform.com/order/26/41",
    "integration": "",
    "created_at": "2021-04-09T20:06:41.000000Z",
    "updated_at": "2021-04-09T20:06:41.000000Z",
    "deleted_at": null,
    "domainIntegration": false,
    "featured": 0,
    "link": [],
    "options": [],
    "cycles": [],
    "files": [],
    "images": [],
    "settings": []
  }
}

Headers

token
string
required
Examples:

"sk_XpgMmyMBc50C4sHZkzS3"

Query Parameters

id
integer
required
Examples:

41

Response

default - application/json

The response is of type object.