How the calling app is identified
The query uses the access token to identify the caller. You do not need to pass any identifier — the calling app (and therefore the hierarchy scope it belongs to) is derived from the token.The same query also works with admin-scope tokens and authenticated user sessions; in those cases there is no app-specific scope, so the default settings are returned.
Available query
getMobileAppSettings
Returns the application settings based on hierarchy-level in auth token.
Response
The settings resolved for the calling client app.
Resolution rules
The hierarchy scope used to look up the settings is determined as follows:Identify the calling app
Opigno reads the calling app from the access token.
- App-scoped token — the caller is identified as a specific client app.
- Admin-scope token or user session — there is no app-specific scope, and the resolution skips straight to step 3.
Look up app-level settings
If the calling app has a hierarchy level assigned in the back office, Opigno reads the settings configured for that level.
Related operations
Firebase Integration
Register the device for push notifications after sign-in.
OAuth2 Authorization
Obtain the access token used to identify the calling client app.