Environments
Partners use a single environment: production.
| Component | URL |
|---|---|
| API base URL | https://api.estimateone.com |
| OAuth2 token host | https://auth.api.estimateone.com |
E1 does not currently offer a separate sandbox or staging environment for partner integration. Build and test against production using the test companyId(s) supplied during onboarding.
Full endpoint format
https://api.estimateone.com/api/supplier/v1/companies/{companyId}/speci-finder/resultscompanyId is the E1 company identifier registered for your application. Your onboarding contact will supply the company IDs you’re authorised to call.
OAuth2 token endpoint
The token endpoint path is /oauth2/token on the OAuth2 host. See Authentication for the full request.
https://auth.api.estimateone.com/oauth2/tokenInteractive API reference (Swagger UI)
The production environment serves an interactive OpenAPI explorer at https://api.estimateone.com/swagger/ui. You can download the OpenAPI 3.1 spec at https://api.estimateone.com/swagger/doc.