curl --request GET \
--url https://api.getsly.ai/v1/v1/ucp/identity/authorize \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"code": "<string>",
"details": "<unknown>",
"request_id": "<string>"
}Initiates the OAuth authorization code flow. Redirects user to consent screen.
curl --request GET \
--url https://api.getsly.ai/v1/v1/ucp/identity/authorize \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"code": "<string>",
"details": "<unknown>",
"request_id": "<string>"
}API key (pk_test_* or pk_live_), JWT session, agent token (agent_), Ed25519 session (sess_), or portal token (portal_).
code Redirect to consent or back to redirect_uri with code