boundry.
RegionSydney, Australia
Documentation/authorizeOAuth
GET/oauth/authorize

authorizeOAuth

Authentication

This operation does not declare an authentication requirement in the API contract.

Query parameters

NameTypeDescription
client_idrequiredstring

redirect_urirequiredstring (uri)

code_challengerequiredstring

scopestring

statestring

Request examples

request.sh
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