Retrieve License Custom Field

URL : /api/v1/license-custom-fields/{id}/

Method : GET

Success Response

Code : 200 OK

Content examples :

{
    "id": 78,
    "value": "23",
    "license": 1609234933166159,
    "product_custom_field": 51
}

Last updated

Was this helpful?