put https://develop.snipeitapp.com/api/v1/licenses/
NOTE:
Although the GET payload uses
product_key
in the results, you will want to use theserial
field when sending POST/PUT/PATCH requests to the licenses endpoint.
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});