Skip to main content
GET
/
api
/
auth
/
mobile
/
authorize
OAuth 2.1 + PKCE authorize (web session)
curl --request GET \
  --url https://app.paperlink.online/api/auth/mobile/authorize

Query Parameters

response_type
enum<string>
required
Available options:
code
client_id
string
required
redirect_uri
string<uri>
required
code_challenge
string
required
code_challenge_method
enum<string>
required
Available options:
S256
state
string
required

Response

Redirect to redirect_uri with code + state