Reinstall App Config for Managed iOS Apps

Redeploys the managed app configuration for a specific app on a specific device using the $APP_CONFIG_REINSTALL_CODE generated during deployment.
This endpoint does not require authorization, only the re-install code. The code does not contain any user authentication information.
For example usage, see the following Teacher app documentation: Teacher App Manged App Configuration

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The tenant UUID identifier

Body Params

The $APP_CONFIG_REINSTALL_CODE variable for the specific device and app supplied by the managed iOS app's current App Config.

string
Responses
204

Install App Config command successfully issued

400

Supplied re-install code was either invalid or not supplied

Language
Credentials
OAuth2
URL
LoadingLoading…