Skip to content
Download Beeper

Send setup sign-in code

$ beeper-desktop app:login email
POST/v1/app/setup/email

Send a sign-in code to the user email address for app setup.

ParametersExpand Collapse
--email: string

Email address to send the sign-in code to.

--setup-request-id: string

Setup request ID returned by the start step.

Send setup sign-in code

beeper-desktop app:login email \
  --access-token 'My Access Token' \
  --email dev@stainless.com \
  --setup-request-id setupRequestID
Returns Examples