Resource Information


Description Endpoint to retrieve all digital financing applications.
Resource URL https://api.mpstoolbox.com/v1/applications
Rate Limited False
Response Format JSON
Authentication API-Key

Parameters


Parameter Type Description Optional Default
None Retreives a list of all digital financing applications. No parameters are required. True NULL

Example


GET https://api.mpstoolbox.com/v1/applications/

Response

{
      "233050857": {
          "general": {
              "application_id": 233050857,
              "contract_id": 3055698,
              "contract_status": "Unsigned",
              "date_created": {
                  "date": "2024-04-26 00:00:00.000000",
                  "timezone_type": 3,
                  "timezone": "America/New_York"
              },
              "term": 48
          },
          "customer": {
              "company": "a",
              "account_number": null,
              "first_name": "Test",
              "last_name": "test",
              "job_title": "test",
              "email": "test@test.com",
              "phone": "123-132-1231",
              "website": "a",
              "signee_name": null,
              "signee_email": null,
              "signee_title": null
          },
          "billing_address": {
              "address1": "ABCa",
              "address2": "a",
              "city": "a",
              "state_province": "MA",
              "zip_postal": "01010",
              "phone": "123-132-1231"
          }
      },
      "568093458": {
          "general": {
              "application_id": 568093458,
              "contract_id": "",
              "contract_status": "Incomplete",
              "date_created": {
                  "date": "2024-04-29 00:00:00.000000",
                  "timezone_type": 3,
                  "timezone": "America/New_York"
              },
              "term": 48
          },
          "customer": {
              "company": "a",
              "account_number": null,
              "first_name": "Test",
              "last_name": "test",
              "job_title": "test",
              "email": "test@test.com",
              "phone": "123-132-1231",
              "website": "a",
              "signee_name": null,
              "signee_email": null,
              "signee_title": null
          },
          "billing_address": {
              "address1": "ABCa",
              "address2": "a",
              "city": "a",
              "state_province": "MA",
              "zip_postal": "01010",
              "phone": "123-132-1231"
          }
      }
  }

Error Response

{
    "code": 204,
    "data": "No Data Found"
}