cURL
curl --request GET \ --url https://api.treasuryprime.com/apply/person_application/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "bankdata": { "ip_address": "127.0.0.40" }, "citizenship": "US", "created_at": "2019-03-02T11:55:14Z", "date_of_birth": "1732-02-22", "email_address": "gwash@whitehouse.gov", "first_name": "George", "id": "apsn_01d5w7mvmwvy", "identification_number": null, "identification_number_type": null, "last_name": "Washington", "middle_name": null, "occupation": "General", "person_id": null, "phone_number": "2025551111", "physical_address": { "city": "Washington", "country": "US", "postal_code": "20500", "state": "DC", "street_line_1": "1600 Pennsylvania Ave", "street_line_2": null }, "updated_at": "2019-03-02T11:55:14Z", "userdata": null }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Unique identifier for object
The apply.person-application
The response is of type object.
object