# API References

Complete technical documentation of the Lean Disposable APIs.
Before making requests, ensure you have configured [authentication](/products/leandisposable/enterprise-documentation/developer-documentation/authentication).

## Environments & Endpoints

### REST API

| Environment | Description | Base URL | OpenAPI Spec | Swagger UI |
|  --- | --- | --- | --- | --- |
| PROD | Production | [lean.namirialtsp.com](https://lean.namirialtsp.com/RAWS_DISPOSABLE/api) | [JSON](https://lean.namirialtsp.com/openapi/swagger.json) | [UI](https://lean.namirialtsp.com/RAWS_DISPOSABLE/swagger-ui/index.html) |
| TEST | Development & Test | [lean.test.namirialtsp.com](https://lean.test.namirialtsp.com/RAWS_DISPOSABLE/api) | [JSON](https://lean.test.namirialtsp.com/openapi/swagger.json) | [UI](https://lean.test.namirialtsp.com/RAWS_DISPOSABLE/swagger-ui/index.html) |


### SOAP API

The SOAP APIs are **deprecated**.
If you're currently using SOAP, please migrate to the REST API.

| Environment | Description | Base URL |
|  --- | --- | --- |
| PROD | Production | [lean.namirialtsp.com](https://lean.namirialtsp.com/RAWS_DISPOSABLE/services/) |
| TEST | Development & Test | [lean.test.namirialtsp.com](https://lean.test.namirialtsp.com/RAWS_DISPOSABLE/services/) |