Skip to main content
GET
Get current 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_.

Response

200 - application/json

The authenticated account.

object
enum<string>
Available options:
account
id
string

The account ID.

name
string

The account name.

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

The scopes granted to this API key.

entitlements
string[]

The capabilities enabled on this account.