cURL
curl --request GET \ --url https://api.sternrockcapital.com/applications/{applicationId}
{ "business": { "address": "<string>", "address2": "<string>", "city": "<string>", "creationDate": "<string>", "ein": "<string>", "email": "<string>", "estimatedMonthlyIncome": 123, "name": "<string>", "phoneNumber": "<string>", "state": "<string>", "structure": "<string>", "zipCode": "<string>" }, "person": { "address": "<string>", "address2": "<string>", "city": "<string>", "dateOfBirth": "<string>", "email": "<string>", "firstName": "<string>", "lastName": "<string>", "phoneNumber": "<string>", "social": "<string>", "state": "<string>", "zipCode": "<string>" } }
Returns the person and business details for the application identified by the given UUID.
UUID of the application
application details returned successfully
Show child attributes