API Documentation


For Our Developers!


The HomeSlice API is the official reference for developers; so their applications can interact in a programmatic way with the HomeSlice application. The current API version is 1.0.


Get Number of Users
You can get the number of users by sending [GET] request:

fetch('https://homeslice.azurewebsites.net/TokenAPI/NumberOfUsers', { headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' } })