Overview of the Better Sales Pro developer platform and API surface.
This documentation describes the real Better Sales Pro partner/mobile API exposed at
/admin/api (and the parallel public /api controller where applicable).
Marketing sample URLs that look like /v1/... are illustrative only.
What you can build
Use Better Sales Pro as a programmable business platform for:
- Custom applications and internal tools
- Customer and vendor portals
- Automated CRM, billing, and messaging workflows
- Embedded document / signature capture
- Reporting and data synchronization
API surfaces
POST /admin/api/login— authenticate and receive a staff tokenPOST /admin/api/{resource}— most business methods accept atokenfield- Staff permissions continue to apply on methods that check
has_permission()
How docs are organized
- Guides — authentication, requests, errors, webhooks
- API reference — resource pages mapped to existing methods
- E-Sign & Video — platform integration guides plus documented endpoints where they exist
Next steps
Was this page helpful?