Skip to main content
GET
Account Information
Retrieve detailed information about your account, including balance, email, timestamps, and restrictions.
The bare /account path is still supported as a legacy alias of /v1/account.

Request

Response

Success Response

Response Fields

boolean
Indicates whether the request was successful (true) or failed (false)
integer
HTTP status code (200 for success)
object
Account information
integer
Unique user identifier
decimal
Current account balance in USD
string
Account email address
integer
Unix timestamp of account creation
integer
Unix timestamp of last account update

Authentication

All requests require a valid API key in the Authorization header:
Get your API key from the Unifically Dashboard.