cURL
curl --request GET \ --url https://api.maalbar.dk/products/sku/{productSku} \ --header 'X-Api-Key: <api-key>'
{ "publicId": "<string>", "name": "<string>", "sku": "<string>", "ean": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Successful response