GET p8auth/products
GET /api/v1/p8auth/products HTTP/1.1
Host: tph.io
X-Token: c9c0a840-b5f1-4e0e-84da-e8a4eedfc63b
data
: array[object]
id
: inttype
: stringsoftcap
: inthardcap
: intdescription
: stringis_enabled
: booltop_up_enabled
: boolmax_top_up_count
: intmax_top_up_value
: int{
"data": [
{
"id": 1,
"type": "ADSL",
"softcap": 524288000,
"hardcap": 1073741824,
"description": "ADSL product for Example Reseller",
"is_enabled": true,
"top_up_enabled": false,
"max_top_up_count": null,
"max_top_up_value": null
},
{
"id": 2,
"type": "APN",
"softcap": 524288000,
"hardcap": 1073741824,
"description": "APN product for Example Reseller",
"is_enabled": true,
"top_up_enabled": true,
"max_top_up_count": null,
"max_top_up_value": null
}
]
}