API

API

BlissRADIUS Embedded provides external API by using HTTP GET or POST requests to query state or issue commands. Client can be browser or software written in any programming language. API calls are executed by making web request to http://localhost:9071/api (change address in URL to location of your server) with required argument action like:

http://localhost:9071/api?action=myaction&param1=foo&param2=bar

API calls can be executed only:

API calls return output as UTF-8 encoded text. If call is a successful, output will start with SUCCESS\n (with trailing new line) followed by response data. Failure will start with ERROR\n (again trailing new line) followed by message describing error.

Response content may be plain text, HTML or JSON encoded data, depending on call.

Example

To query which version of BlissRADIUS Embedded is running open following URL in your browser:

http://localhost:9071/api?action=version

Received success output would be:

SUCCESS
0.4.12-win32

Failed call, due to lack of privileges because request came from IP address that is not trusted, will return:

ERROR
API call from 192.168.1.10 is not permitted

System calls

These calls are used by host software for two way communication and as such third party programs might have little use of them (unless you are customizing your billing software to work with BlissRADIUS Embedded):

User calls

These calls are useful when connecting BlissRADIUS Embedded with third party software.

2025-03-16
Referral program is active, existing users can win bonus license time if they bring new customers in.
2025-03-02
BlissRADIUS Embedded™ 1.16 is out with new features.
2024-09-27
BlissRADIUS Embedded™ 1.15 is out with postpaid license support.
2024-09-19
We are introducing changes to payment methods. See Home page for more details.
2023-07-06
BlissRADIUS Embedded™ 1.14 is out with new features.
2022-11-18
BlissRADIUS Embedded™ 1.13 is released with new fixes and features.
2021-12-31
BlissRADIUS Embedded™ 1.12 is out with new features.
2021-06-22
Volume discount for monthly BlissRADIUS™ licenses is available now.