Retrieve Product Feature

URL : /api/v1/product-features/{id}/

Method : GET

Success Response

Code : 200 OK

Content examples :

{
    "id": 196,
    "created_at": "2021-01-13T12:29:23Z",
    "updated_at": "2021-01-13T12:29:23Z",
    "name": "f3",
    "code": "f3",
    "is_deleted": false,
    "feature_type": "activation",
    "max_consumption": 0,
    "allow_overages": false,
    "max_overages": 0,
    "reset_consumption": false,
    "consumption_period": null,
    "metadata": {},
    "product": 1584723961091260
}

Last updated

Was this helpful?