Request for SSO URL that provides authenticated access to KeyPay. See the guide on SSO Requests for more details.
POST http:///api/v2/singlesignon
The request body takes a complete SingleSignOnRequestModel resource, containing the following writable properties:
{
    "businessId": "int32",
    "hostName": "string",
    "navigation": "string",
    "url": "string",
    "userName": "string"
}
| Name | Type | Description | 
|---|---|---|
| businessId | int32 | 
      Nullable | 
  
| hostName | string | String | 
| navigation | string | 
      NavigationDisplayEnum
      
       Possible values are: 
  | 
  
| url | string | String | 
| userName | string | String | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          SingleSignOnResponseModel | 
Powered by DapperDox