GET
/
apply
/
account_application
/
{id}
curl --request GET \
  --url https://api.treasuryprime.com/apply/account_application/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "account_id": null,
  "account_number_reservation_id": null,
  "account_product_id": "apt_11gqk87qmrax",
  "bankdata": null,
  "business_application_id": "abus_01dcrqkr3yhw",
  "created_at": "2019-03-15T11:55:14Z",
  "deposit_id": "adpt_01d5wgg8js",
  "id": "aact_01jkw68sjab33",
  "person_applications": [],
  "primary_person_application_id": "apsn_01d5w6yaa6vt",
  "status": "submitted",
  "updated_at": "2019-03-15T11:55:14Z",
  "userdata": null
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Unique identifier for object

Response

200 - application/json

The apply.account-application

The response is of type object.