NULL Message API

Our messanger is probably the most convenient communication method in TOR

Recently we decided to add API features to our messanger to enhance it's functionality

Bellow you will find a list of available commands to apply to your project

General information

All commands are sent with GET methods. POST method is ignored. All commands have the template as follows:

?action=action_name&parameter=parameter_value

The action list is not full yet, we will add more functions in the future! If you require any specific function please contact admins

API functions

Redirect user to a new chat
?action=new_chat&recipient=user_login

user_login = NULL account login to create new chat with. This recipient name will be automatically inserted to the "Recipient" field name

If the user is logged in, he will be redirected to a new chat page. If not, he will be promted to log in or create an account. After that he will be redirected to a new chat anyway

... more options to be added later