GET
/oauth/authorizeauthorizeOAuth
Authentication
This operation does not declare an authentication requirement in the API contract.
Query parameters
NameTypeDescription
client_idrequiredstringredirect_urirequiredstring (uri)code_challengerequiredstringscopestringstatestringRequest examples
bash
curl --request GET 'https://api.au.boundry.dev/oauth/authorize?client_id=string&redirect_uri=string&code_challenge=string&scope=string&state=string' \
+ -H 'Authorization: Bearer $BOUNDRY_API_KEY' \
+200 response
JSON authorization-code handoff for the control-plane consent UI