Shorted
POST/register.v1.RegisterService/RegisterEmail

Register Email

Register an email address to receive notifications and market updates from Shorted.

Parameters

Request Body

application/json
object
emailstring <email>*

Responses

200A successful registration response.
application/json
object
successboolean
400Invalid email address format.
application/json
object
codestring [CodeCanceled, CodeUnknown, CodeInvalidArgument, CodeDeadlineExceeded, CodeNotFound, CodeAlreadyExists, CodePermissionDenied, CodeResourceExhausted, CodeFailedPrecondition, CodeAborted, CodeOutOfRange, CodeInternal, CodeUnavailable, CodeDataLoss, CodeUnauthenticated]*
messagestring*
detailobject
curl -X POST "https://api.shorted.com.au/register.v1.RegisterService/RegisterEmail" \
  -H "Content-Type: application/json" \
  -d '{
  "email": "user@example.com"
}'