GET
/
accounts
/
account_status
/
{account_id}
Header
Path
curl --request GET \
  --url https://sandbox.featherhq.com/accounts/account_status/{account_id} \
  --header 'x-api-key: <x-api-key>'
{
  "account_id": "<string>",
  "account_state": "IncompleteApplication",
  "account_status": "A"
}

Headers

x-api-key
string
required

API Key for authentication

Path Parameters

account_id
string
required

Unique identifier for the account

Response

200 - application/json
account_id
string
required

Unique identifier for the account

account_state
enum<string>

Additional account state information (e.g., Incomplete Application, Under Review)

Available options:
IncompleteApplication,
DocumentsRequired,
UnderReview,
PendingApproval
account_status
enum<string>
required

Enum representing the status of retirement accounts (e.g., IRA).

Available options:
A,
N,
O,
C,
P,
R