To authenticate with OAuth2.0 method, copy the path of this API to the browser and add the necessary parameters.
Request
Query Params
Responses
🟢200OK
text/html
Body
Example
<!DOCTYPE html><html><head><linkhref="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"rel="stylesheet"id="bootstrap-css"></head><bodyclass="p-5 bg-body-tertiary"><mainclass="form-signin w-50 mx-auto"><divclass="card shadow-md"><divclass="card-body"><h3>Auth</h3><divclass="mb-4">Your account: <strong>demo@demo.com</strong><ahref="./logout.php">Logout</a></div><!-- Login Form --><formmethod="POST"><labelclass="mb-3 d-block"><strong>Signonify.com</strong> want to connect to your account.</label><divclass="mb-4 text-center"><inputtype="submit"name="allow"class="btn btn-primary"value="Authorize Application"><inputtype="button"name="deny"class="btn btn-danger"value="Deny"></div></form><divclass="mt-3"><small><ahref="#">Cancel and go back the website</a></small></div></div></div></main></body></html>