Document toolboxDocument toolbox

Authorization Settings REST API

4.4.0 

The Authorization Settings REST API is used by the ServiceMobility mobile application to determine how users should be authorized (i.e. logged in). That is, it is used to determine if users should be authorized using ServiceMobility's built in user authorization process, or if an /wiki/spaces/MOB3/pages/2510243 should be used.

ServiceMobility customers integrating with ServiceMobility via APIs have no reason to use this API.

On this page:

Related pages:

Resource URL Summary

Retrieve the details of how authorization should be performed

GET /seiapi/v3/mobile/AuthorizationCfg

HTTP Headers

This API uses the default ServiceMobility HTTP Headers.



API Specifics

Retrieve the details of how authorization should be performed

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

GET /seiapi/v3/mobile/AuthorizationCfg

HTTP Request Body

This request does not require a request body. 

HTTP Response

On success, an HTTP response code of 200 will be returned, and the response body will contain the following JSON object.

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.