Skip to content

Resident Portal REST API (v0)

Overview

Resident portals are provided to the unit owners to view and update unit details and secrets. The Resident portal APIs support these functions. These provide details on the property, units and dpsk passphrases associated. The APIs also supports updates of contact details and dpsk passphrases. APIs are authenticated using a specific token associated to the unit. These tokens are generated as the unit is created.

RateLimit

For the Resident portal REST APIs the following will be true:

  • Limits are applied to each property.
  • A maximum of 100 calls can be made per second.
  • Each second 80 calls will be returned to be used.
Download OpenAPI description
Languages
Servers
Generated server url

http://localhost:8080/

Resident Portal Unit Users API

Manages users of unit associated to the resident portal

Operations

Resident Portal Configuration

Manages Resident Portal configuration.

Operations

Resident Portal Login API

Manages Resident Portal access

Operations

Resident Portal Unit API

Manages units associated to the resident portal

Operations

Resident Portal UI Configuration

Provides resident portal UI configuration

Operations

Gets Resident Portal Styles

Request

Gets resident portal page details.

Path
propertyIdstringrequired

Property identifier.

No request payload

Responses

Ok

Bodytext/css
string
Response
No content

Gets Resident Portal Icon File

Request

Enables the user to get a resident portal icon file for the property.

Path
propertyIdstringrequired

Property identifier.

No request payload

Responses

Ok

Bodyimage/pngArray [
string(byte)
]
Response
No content

Gets Portal Access Details

Request

Fetches resident portal access details.

Path
propertyIdstringrequired

Property identifier.

No request payload

Responses

Ok

Bodyapplication/json
loginTextstring
portalAllowedboolean
Response
application/json
{ "loginText": "string", "portalAllowed": true }