Skip to main content
GET
/
v1
/
users
/
me
/
accounts
Get User Accounts
curl --request GET \
  --url https://api.aries.com/v1/users/me/accounts \
  --header 'Authorization: Bearer <token>'
{
  "accounts": [
    {
      "id": 1,
      "fdid": "FDID-001",
      "apex_id": "",
      "apex_account_id": "APEX-001",
      "sterling_account_id": "STERLING-001",
      "status": "OPEN",
      "is_sim": false,
      "primary_user_id": 100,
      "joint_user_id": 0,
      "primary_user": null,
      "joint_user": null,
      "account_application": null,
      "created_at": "2025-01-01T00:00:00Z",
      "updated_at": "2025-01-01T00:00:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

User accounts retrieved successfully

Response for GET /v1/users/me/accounts

accounts
object[]
required