API version v1.0
Description | Endpoint to retrieve a specified digital financing application identified by it's application id. |
Resource URL | https://api.mpstoolbox.com/v1/applications/{applicationid} |
Rate Limited | False |
Response Format | JSON |
Authentication | API-Key |
Parameter | Type | Description | Optional | Default |
---|---|---|---|---|
applicationid | bigint | The B2BToolbox id of the digital financing application. | False | NULL |
GET | https://api.mpstoolbox.com/v1/applications/762345223 |
{
"general": {
"application_id": 762345223,
"contract_id": null,
"contract_status": "Incomplete",
"date_created": {
"date": "2024-06-13 00:00:00.000000",
"timezone_type": 3,
"timezone": "America/New_York"
},
"term": 60
},
"customer": {
"company": "B2BToolbox",
"account_number": null,
"first_name": "Noah",
"last_name": "Miller",
"job_title": "Developer",
"email": "nmiller@tangentmtw.com",
"phone": "123-123-1231",
"website": "www.theb2btoolbox.com",
"signee_name": null,
"signee_email": null,
"signee_title": null
},
"billing_address": {
"address1": "123 Fake Street",
"address2": "",
"city": "Kingston",
"state_province": "AL",
"zip_postal": "01010",
"phone": "123-123-1231"
}
}
{
"code": 204,
"data": "No Data Found"
}