Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <token>, where <token> is one of:

  • a Bifrost management API key,
  • a dashboard session token issued by POST /api/session/login,
  • base64 of <admin-username>:<admin-password> (legacy equivalent of BasicAuth).

Virtual keys (sk-bf-*) and the x-api-key header are not accepted on management APIs - the sole exception is GET /api/governance/virtual-keys/quota, which is virtual-key-only.

Path Parameters

id
string
required

OAuth config ID

Response

OAuth config status retrieved successfully

Status of an OAuth configuration

id
string

OAuth config ID

status
enum<string>

Current status of the OAuth flow:

  • pending: User has not yet authorized
  • authorized: User authorized and token is stored
  • failed: Authorization failed
Available options:
pending,
authorized,
failed
created_at
string<date-time>

When this OAuth config was created

token_id
string

ID of the associated OAuth token (only present if status is authorized)

token_expires_at
string<date-time>

When the OAuth access token expires (only present if status is authorized)

token_scopes
string[]

Scopes granted in the OAuth token (only present if status is authorized)