Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You must implement an HTTPS endpoint on your web service where Ringotel will send requests as a part of the login flow.

...

...

Ringotel → https://<your web server>/authorize

Code Block
POST /authorizeauth
Authorization: Basic/Bearer/OAuth2
Content-Type: application/json

{
	"username": "string",
	"password": "string"
}

...