GET
/
site
/
:id
Get site by ID
curl --request GET \
  --url http://localhost:8080/site/:id \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "name": "<string>",
  "street": "<string>",
  "city": "<string>",
  "state": "<string>",
  "country": "<string>",
  "fiscal_name": "<string>",
  "cif": "<string>",
  "zip_code": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Site ID

Response

Successfully retrieved site

The response is of type object.