GET
/
apply
/
business_application
curl --request GET \
  --url https://api.treasuryprime.com/apply/business_application \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": [
    {
      "bank_id": "bank_anybank",
      "bankdata": null,
      "created_at": "2019-03-02T11:55:14Z",
      "dba": null,
      "description": "Our company is engaged in the buying and selling of [...]",
      "established_on": "2018-08-01",
      "id": "abus_21sen7m398ab",
      "identification_number": null,
      "identification_number_type": null,
      "incorporation_state": "DE",
      "legal_structure": "llc",
      "mailing_address": {
        "city": "Sacramento",
        "country": "US",
        "postal_code": "95814",
        "state": "CA",
        "street_line_1": "1300 L St"
      },
      "naics": "42",
      "naics_description": "Wholesale Trade",
      "name": "Acme Goods Inc",
      "person_applications": [
        {
          "id": "apsn_01d5w6yaa6vt",
          "ownership_percentage": 25,
          "roles": [
            "signer"
          ],
          "title": "CEO"
        },
        {
          "id": "apsn_0fd62018smsk",
          "ownership_percentage": 30,
          "roles": [
            "control_person",
            "signer"
          ],
          "title": "CFO"
        }
      ],
      "phone_number": "+1 415-555-1111",
      "physical_address": {
        "city": "Benicia",
        "postal_code": "94510",
        "state": "CA",
        "street_line_1": "115 W G St"
      },
      "tin": "11-3344555",
      "updated_at": "2019-03-02T11:55:14Z",
      "urls": [
        "http://example.com"
      ],
      "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.

Response

200 - application/json
A list of apply.business-application elements

The response is of type any.