# Loanscape API ## Docs - [Fetch single application](https://api.loanscape.io/api-reference/endpoint/fetch_application.md): Fetch a specific application, specifying the `applicationId` and the fields you'd like to retrieve.By default, only `applicationId` is returned. Optionally request further fields by passing them in the `fields` parameter in the query. Fields within the `tpo`, `licensing` and `los` objects sho… - [Fetch all applications](https://api.loanscape.io/api-reference/endpoint/fetch_applications.md): Fetch all applications connected to your company, specifying the fields you'd like to retrieve. Sorted by date created, oldest first.By default, only `applicationId` is returned. Optionally request further fields by passing them in the `fields` parameter in the query. Fields within the `tpo`,… - [Advanced (Licensing and LOS)](https://api.loanscape.io/pages/advanced-features.md) - [Authentication](https://api.loanscape.io/pages/authentication.md) - [Changelog](https://api.loanscape.io/pages/changelog.md) - [Introduction](https://api.loanscape.io/pages/introduction.md) - [Events](https://api.loanscape.io/pages/webhook-events.md) - [Setup](https://api.loanscape.io/pages/webhook-setup.md) - [Test your implementation](https://api.loanscape.io/pages/webhook-testing.md) ## OpenAPI Specs - [openapi](https://api.loanscape.io/api-reference/openapi.json)