Render the initial admin setup page.
GET
/admin-init-setup
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/admin-init-setupReturns the browser setup HTML page when a valid setup token is supplied, or an HTML error/completed page when setup is unavailable.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” token
string
Initial setup token generated by deployment tooling.
Responses
Section titled “ Responses ”Successful response. The representation can be JSON, HTML, or a redirect.