/licenses/:id

🚧

NOTE:

Although the GET payload uses product_key in the results, you will want to use the serial field when sending POST/PUT/PATCH requests to the licenses endpoint.

$.get('http://yoursite.com/test/' + id, function(data) {
    console.log(data);
});
Language
Click Try It! to start a request and see the response here!