Skip to main content
GET
Get Authorization Request

Authorizations

korve.session_token
string
cookie
required

Path Parameters

requestId
string
required

Response

Safe approval details; redirect and credential material are omitted.

requestId
string<uuid>
required
clientId
enum<string>
required
Available options:
korve-cli,
korve-mcp
audience
enum<string>
required

The first-party client surface that may present the resulting token.

Available options:
cli,
mcp
scopes
string[]
required

Exact public API operation ids the grant may call.

Required array length: 1 - 256 elements
Maximum string length: 128
Pattern: ^[A-Za-z][A-Za-z0-9]*\.[A-Za-z][A-Za-z0-9]*$
requestedRole
enum<string>
required

Maximum organization role the grant may exercise. Owner grants do not exist.

Available options:
member,
admin
expiresAt
string<date-time>
required