Skip to main content
GET
/
v1
/
suppliers
/
{supplierPublicId}
/
locations
/
{locationPublicId}
Get a location for a supplier
curl --request GET \
  --url https://api.maalbar.dk/v1/suppliers/{supplierPublicId}/locations/{locationPublicId} \
  --header 'X-Api-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

supplierPublicId
string
required
locationPublicId
string
required

Response

Response for status 200