Skip to content
Download Beeper

Send setup sign-in code

POST/v1/app/setup/email

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

Body ParametersJSONExpand Collapse
email: string

Email address to send the sign-in code to.

formatemail
setupRequestID: string

Setup request ID returned by the start step.

Send setup sign-in code

curl http://localhost:23373/v1/app/setup/email \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $BEEPER_ACCESS_TOKEN" \
    -d '{
          "email": "dev@stainless.com",
          "setupRequestID": "setupRequestID"
        }'
Returns Examples