(1.0.0)

Download OpenAPI specification:Download

Welle Proxy OpenAPI Documentation

IC Governor (Welle) is the next generation Access Review engine, which helps support enterprise IT security and regulatory compliance. Unlike traditional Identity Governance products, IC Governor (Welle) is light-weight in architecture. It has a responsive user interface and speedy in back-end remediation. You can manage the identity life-cycle in your organization in a secure and convenient portal.

Mobile

Login

User login by scanning mobile QR

Request Body schema: application/json

A JSON object containing request body information

hashCode
string
deviceId
string
location
string
version
string

Responses

Request samples

Content type
application/json
{
  • "hashCode": "nxbczftzazpdjojz",
  • "deviceId": "94703EC2-0AAD-xxxxx-xxxxx-xxxxxxxxxx",
  • "location": "Singapore",
  • "version": "1.3"
}

Response samples

Content type
application/json
{ }

Register

Register a new device for a user

Request Body schema: application/json

A JSON object containing request body information

notificationToken
string
nounce
string
deviceId
string
location
string
phoneType
string
version
string
hashCode
string

Responses

Request samples

Content type
application/json
{
  • "notificationToken": "cwZBvGYYQG2mhZl73C06k5:APA91bGdOuVpcBwp7vfSRbb2YpvnzdAyAfJQBfecKQZMP-JLgYAkD3gg_kTuSqQyCyjzgnjuX7JiIbWDl11wlG7dQBVW049sxnM-G8XbFd_xxxxx_om1KBqwMf-xxxxx-VxTzxd5XKKd",
  • "nounce": "YqdrlsUyQupB+ZUqHXDMadgz0/otBmOoyYOo9QVB+fCqHM6TWnSUg7U88IIYQ5nZ0ZXEIlLaHCYz9xojHRxagw==",
  • "deviceId": "94703EC2-0AAD-xxxx-xxxx-xxxxxxxxxxxx",
  • "location": "Singapore",
  • "phoneType": "iOS/iPhone 7 Plus",
  • "version": "1.0.0",
  • "hashCode": "jomjffxakhalirle"
}

Response samples

Content type
application/json
{ }

Users

Get the user information based on linked device ID

Request Body schema: application/json

A JSON object containing request body information

deviceId
string
location
string
version
string

Responses

Request samples

Content type
application/json
{
  • "deviceId": "94703EC2-0AAD-xxxxx-xxxxx-xxxxxxxxxx",
  • "location": "Singapore",
  • "version": "1.2"
}

Response samples

Content type
application/json
{
  • "givenName": "Max Lee",
  • "roles": "manager",
  • "session-jwt": "{session-jwt}",
  • "userName": "maxl"
}

Request Approval

Approval

Get a request that requires approval

path Parameters
request-id
required
string
Example: 1276

request-id using taskId from Request Approval - Approval Listing API

header Parameters
Authorization
required
string
Example: Bearer {session-jwt}
deviceId
required
string
Example: 94703EC2-0AAD-xxxxx-xxxxx-xxxxxxxxxx

Responses

Response samples

Content type
application/json
{