Skip to main content
GET
Get your account

Authorizations

Authorization
string
header
required

Your account's secret key: Authorization: Bearer sk_test_… or sk_live_…. Server-side only.

Response

Success.

Your Infi account.

id
string<uuid>
slug
string

Your account's public identifier, used in checkout URLs (/pay/{slug}).

name
string
status
enum<string>
Available options:
active,
suspended,
closed
collectionMode
enum<string>

How the account collects in production: byop through your connected providers, managed through Infi's account. Always byop in sandbox.

Available options:
byop,
managed
termsUrl
string<uri> | null

URL of your terms of use. null when unset.

Example:

"https://acme.ai/termos"

supportEmail
string<email> | null

Contact email. null when unset.

Example:

"contato@acme.ai"

logoUrl
string<uri> | null

Logo shown at checkout. null when unset.

createdAt
string<date-time>
updatedAt
string<date-time>