/
API - Check Beebox availability
API - Check Beebox availability
This API method simply checks if there is a Beebox listening at a given server and port.
CMS connectors typically use this method to validate if the configured server URL is valid. If not, an error message is displayed to the user.
Possible reasons of unavailability:
- Check Beebox server or company firewall: Must allow incoming HTTP connections on the port. Port number is 8089 by default but can be changed in Microsoft IIS.
- Make sure the Beebox Windows service is started
- Maybe wrong Beebox url, port number or http/https protocol selected
URL
(GET) /whois
PARAMETERS
None. You do not need a session token.
RESULTS
The method returns status code 200 and this JSON:
{"name":"Beebox API"}
If there is no Beebox, either because it is not installed or no network connection (firewall) can be established you will get an HTTP error status.
EXAMPLES
Server exists at that name?
http://targetserver.com:8089/whois
Server at IP with SSL and port 80?
https://targetserver.com/whois
, multiple selections available,
Related content
Public Beebox URL
Public Beebox URL
More like this
Install Beebox software
Install Beebox software
More like this
API - Send instructions
API - Send instructions
Read with this
API - Connect (using POST)
API - Connect (using POST)
More like this
Verifying Firewall Settings
Verifying Firewall Settings
More like this
API - Get translated content statistics
API - Get translated content statistics
Read with this
Copyright Wordbee - Buzzin' Outside the Box since 2008