This REST API will return a Location with the specified ID, for the Account with the specified ID. The Location with the specified ID and the Account with the specified ID must already exist in the system. URL Panel |
---|
borderColor | grey |
---|
bgColor | whitesmoke |
---|
borderStyle | solid |
---|
| GET /seiapi/v3/mobile/AuthorizationCfg
|
HTTP Request BodyThis request does not require a request body. HTTP ResponseOn success, an HTTP response code of 200 will be returned, and the response body will contain the following JSON object. Code Block |
---|
language | js |
---|
title | JSON Format |
---|
| {
"Scope": "sm/mobile",
"SystemID": "",
"URL": {
"Authorize": "",
"Token": "",
"CreateJWT": ""
},
"UsePKCEFlow": false,
"UseSSO": false
} |
Otherwise, on error, the response body will contain a descriptive reason for the error. |