Retrieve an account's details

Returns data for a given accountId. The response will contain either personal or business details, such as account name, primary owner of the account, and enabled features.

SecurityCommonAuth
Request
path Parameters
accountId
required
string

The ID of the account to work with.

Example: F50091
query Parameters
personId
string <uuid> <= 36 characters

The ID of the person to work with.

Example: personId=775596ae-2624-40af-a9dc-9756110a4a04
string or Array of strings

The type of embed to include. Comma separated list, url encoded.

Enum: "addresses" "currencies" "primaryOwner" "market" "settings" "maxCardsAndBudgets" "banks" "currencyAlignment" "productWithFeatures"
Example: include=currencies,market
Responses
200

OK

get/accounts/{accountId}
Request samples
Response samples
application/json
{
  • "id": "F50091",
  • "type": "Business",
  • "status": "applicationPending",
  • "termsAccepted": true,
  • "correlationId": "16700261790",
  • "privacyAccepted": true,
  • "salesperson": "Lester Spinka",
  • "accountManager": "Kerry McDermott",
  • "bankEntity": "BARC",
  • "currentRiskLevel": "Low",
  • "tier": "BRONZE",
  • "features": {
    },
  • "productId": "3ef24d53-6e22-4103-a16b-d268e4f7346d",
  • "primaryOwner": {
    },
  • "business": {
    },
  • "personal": {
    },
  • "addresses": [
    ],
  • "currencies": [
    ],
  • "logo": {
    },
  • "payments": {
    },
  • "solutions": true,
  • "maxCardsAndBudgets": {
    },
  • "details": {
    },
  • "marketId": "3ef24d53-6e22-4103-a16b-d268e4f7346d",
  • "market": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "primaryOwnerPersonaId": "7734d652-76e5-4d92-a9d4-f83c69a2caa3",
  • "currencyAlignment": true,
  • "accountBanks": [
    ]
}