Skip to main content
GET
/
v1
/
ucp
/
identity
/
authorize
OAuth 2.0 authorization endpoint
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>"
}

Authorizations

Authorization
string
header
required

API key (pk_test_* or pk_live_), JWT session, agent token (agent_), Ed25519 session (sess_), or portal token (portal_).

Query Parameters

client_id
string
required
redirect_uri
string<uri>
required
response_type
enum<string>
required
Available options:
code
scope
string
required
state
string

Response

Redirect to consent or back to redirect_uri with code