Signature endpoints | Better Sales Pro API Docs

Documented signature load and save methods currently exposed by the API.

Authenticated partner methods are typically POST /admin/api/… with a staff token. See Authentication and API Reference.
curl --request POST \
  --url https://bettersalespro.com/admin/api/loadSignature \
  --data 'token=YOUR_TOKEN'

Load signature

POST /admin/api/loadSignature

Add signature

POST /admin/api/addSignature

Parameters

tokenstringrequired

Staff token.

Was this page helpful?