cURL
curl --request GET \ --url https://platform.unstructuredapp.io/api/v1/oauth/login
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Redirect the user to Keycloak for login.
The user_code is passed through via the OAuth state parameter so we can approve the correct device after callback.
Successful Response
Was this page helpful?
Contact support