Skip to main content
POST
/
programmatic
/
register
Register Account
curl --request POST \
  --url https://apx.didit.me/auth/v2/programmatic/register/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>"
}
'
{
  "message": "<string>",
  "email": "<string>"
}

Body

application/json
email
string<email>
required

Any valid email address (Gmail, work email, etc.)

password
string
required

Password with at least 1 uppercase, 1 lowercase, 1 digit, 1 special character

Minimum string length: 8

Response

Registration successful. Check email for verification code.

message
string
email
string