Generate PaperConnect Login URL

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This API generates a one-time login URL that allows a user to sign in.

  1. Your backend calls this API to get a PaperConnect login URL.
  2. Your frontend navigates the user to this URL.
  3. When the user completes the form, they will be redirected to redirectUrl with a temporary access token as a query parameter.
  4. Your backend should exchange this temporary access token for a verified payload by calling Get User Details by Access Token.

See PaperConnect for more details.

Body Params
string
required
Defaults to My Web3 App

The name of your application.

string
required
Defaults to https://...

An image link to your application logo.

string
required
Defaults to https://example.com/paperconnect-callback

The URL to navigate the user after the complete the login flow. The temporary access token will be provided as a query parameter (e.g. https://example.com/paperconnect-callback?access_token=TEMPORARY_ACCESS_TOKEN).

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json