cURL
curl --request GET \ --url https://api.maalbar.dk/customer \ --header 'X-Api-Key: <api-key>'
{ "publicId": "cus_xxxxxxxxxxxx", "name": "<string>", "website": "<string>", "address": "<string>", "zip": "<string>", "city": "<string>", "country": "<string>", "turnover": 123, "turnoverYear": "<string>", "turnoverCurrency": "<string>", "vat": "<string>" }
Get the current customer
Successful response
16
"cus_xxxxxxxxxxxx"