Authorization Settings REST API
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.