Project

General

Profile

Actions

Enrollment » History » Revision 4

« Previous | Revision 4/11 (diff) | Next »
Adrian Georgescu, 03/07/2011 09:32 PM


= Create SIP account =

To create a SIP2SIP account programmatically you can use the HTTP API available at this address:

https://blink.sipthor.net/enrollment.phtml?query

The following query parameters are mandatory:

  • email
  • password
  • display_name
  • username

Example:

https://blink.sipthor.net/enrollment.phtml?email=abcd@example.com&password=1234&display_name=Example&username=test456

Will create the sip address:

{{{
sip:
}}}

The result of the operation including the SIP account credentials is returned as a json structure that you can parse using your program.

Updated by Adrian Georgescu almost 14 years ago · 4 revisions