Skip to main content
POST
/
auth
/
send-code
Send Auth Code
curl --request POST \
  --url https://api.offlineprotocol.com/api/v1/auth/send-code \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "data": "<unknown>"
}

Body

application/json
email
string<email>
required

Response

200 - application/json

Success

data
unknown