DEVELOPER API


Are you a developer? It is simple to integrate Anonochat into your own app using our API. Just send a GET http request to the URL below, and you will get back a JSON response containing a new call-in number and pin.

Usage:
Send a GET request to:
https://api.anonochat.net/v2/get



And you will receive a JSON response like this:
{
  "Number": "12125551000",
  "Pin": "0025500",
  "Expiration": "2016-12-23"
}


See? That was easy!