Making requests | Better Sales Pro API Docs

HTTP methods, base paths, and request conventions.

Authenticated partner methods are typically POST /admin/api/… with a staff token. See Authentication and API Reference.

Base URL

Use your site origin plus /admin/api. Example: https://bettersalespro.com/admin/api/leads.

Content type

Most clients post form fields (application/x-www-form-urlencoded). JSON bodies may work depending on the method—prefer matching your mobile/partner client.

Token parameter

Include token from login on authenticated methods.

Idempotency notes

There is no universal idempotency-key header across all methods. Design clients to tolerate retries safely for create operations.

Was this page helpful?