Skip to content

Auth

Authentication endpoints for logging in and obtaining tokens.

Send a two factor authentication login code

Request

Sends a one-time code to the provided email address.

Bodyapplication/jsonrequired
emailstring, (email)required
Example:"jane.doe@example.com"
curl -i -X POST \
  https://docs.speedysticks.com/_mock/openapi/request-code \
  -H 'Content-Type: application/json' \
  -d '{
    "email": "jane.doe@example.com"
  }'

Responses

Code sent successfully.