Skip to main content
GET
Retrieve Account

Authorizations

Authorization
string
header
required

API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.

Response

Account details

object
string
Example:

"account"

organization_id
string
Example:

"org_2abcDEfGhIjKlMn"

organization_name
string | null
Example:

"Acme Inc"

plan
string
Example:

"pro"

key_prefix
string
Example:

"qr_live_a1b2"

scopes
string[]
Example:
environment
enum<string>
Available options:
live,
test