/
Authorization Settings REST API
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.
, multiple selections available,
Related content
Authentication REST API Interface
Authentication REST API Interface
More like this
Create JWT REST API
Create JWT REST API
More like this
Payment Transaction Token REST API
Payment Transaction Token REST API
More like this
Entity System Configuration REST API
Entity System Configuration REST API
More like this