Deprecated; see getting started guide. Initiates a login and access token flow.

Creates a URL to redirect the user to Auth0 for authentication. Optionally auto-redirects the user to the URL.
Note that regardless of the scope, the user still must have permission for the requested action in LiveSwith Contact.
Scopes can limit access to APIs further, but cannot grant MORE access than the user has based on their role.

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

The client ID for your application, from the "My Developer Apps" area.

string

Where to redirect the user after they log in.

string
enum

The type of auth token to create; read the Getting Started guide for details.

Allowed:
string

Possible scopes are: openid profile email offline_access conversations.write contacts.write webhooks.write me applications.write guided-instructions

string

Allows passing additional state to the login flow, and eventually back to your application.

string

Used for enhanced security on the request.

boolean
Defaults to true

true to redirect the user via 302, false to return an object with a url parameter instead.

Responses

302

Found

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