GET
/
site
/
internal
/
lite
/
{customer_id}
curl --request GET \
  --url https://{appDomain}/site/internal/lite/{customer_id} \
  --header 'X-Bearer-Token: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Authorizations

X-Bearer-Token
string
header
required

Static token for internal service-to-service communication. Required for /site/internal/* endpoints.

Path Parameters

customer_id
string
required

The UUID of the Customer.

Response

200
application/json

List of site UUIDs for the customer.

The response is of type object[].