Skip to main content
GET
Retrieve an account

Authorizations

Authorization
string
header
required

Pass your API key as a bearer token. Test keys start with sk_test_; Live keys start with sk_live_.

Path Parameters

id
string
required

The account ID.

Response

The account.

id
string

The account ID.

object
enum<string>
Available options:
account
name
string

The account name.

environment
enum<string>
Available options:
test,
live
relationship
enum<string>

The relationship between the acting account and this target.

Available options:
self,
view,
integration,
full_access
billing_account_id
string

The account responsible for billing.

account_connection_id
string | null

The connection ID, if this is a connected account.

capabilities
string[]

Capabilities configured on this account.

quotable
boolean

Whether this account has a published Book to quote against.

created_at
string<date-time>