- Configurable length PIN
- Optional PIN expiration/rotation
- Client & admin widget
- Download the latest release from https://github.com/webmastery/blesta-support-pin/releases
- Extract the contents of the downloaded archive, and rename the folder
support_pin
- Place this folder in your Blestas
./plugins
directory - Visit
yourdomain.com/admin/settings/company/plugins/available/
to install
<blesta_url>/api/SupportPin.ClientPin/isValid.json?client_no=1500&pin=0831
Parameter | Description | Example |
---|---|---|
client_id | ID of client account | 7 |
client_no | Client number | 1500 |
pin | User-supplied PIN | 90120 |
Only supply one of client_id
or client_no
.
pin
must always be supplied.
Returns a boolean value - true if the PIN is a match, false otherwise
{"response":false}