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": "jsmith@example.com"
}'
{
  "data": "<any>"
}

Body

application/json
email
string<email>
required

Response

200 - application/json

Success

data
any
I