# Get Site Details This method retrieves the details for the Annex Cloud site. The administrator must use the site ID to fetch the details for the site. Endpoint: GET /sitedetails/{{siteId}} Version: 3.0.0 Security: ## Path parameters: - `siteId` (integer, required) Enter the identifier for the specific site. It is a unique numerical code assigned to each site provided by Annex Cloud. Example: "29235480" ## Response 200 fields (application/json): - `siteID` (integer) Displays an identifier for the specific site. It is a unique numerical code assigned to each site provided by Annex Cloud. Example: 9992280 - `siteName` (string) Displays the name associated with the site. Example: "TestSite" - `loyaltyProgramType` (string) Displays the type or of loyalty program associated with the site. Example: "Explicit with Retro" - `createdOn` (string) Displays the date and time when the particular site was created in the system. The format date and time are shown as yyyy-MM-dd'T'HH:mm:ssZ. Example: "2024-08-08T07:00:12+0000" - `region` (string) Displays the geographical region associated with the site. Example: "US" - `activatedModules` (array) Displays the status of modules activated for the site. Example: "Social Wish List, Loyalty Program, Social Refer a Friend, Incentive Engine" - `numberOfUsers` (integer) Displays the numerical value representing the count of active members associated with the site. Example: 2332