Skip to main content
POST
/
signup
cURL
curl --request POST \
  --url https://api.visaji.com/signup \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]",
  "password": "<string>"
}
'
{
  "email": "[email protected]",
  "id": "123",
  "password": "1d51eda152c84347103ad7bcb1e85e96",
  "phone": "123-456-7890",
  "photoUrl": "https://cdn.visaji.com/photo.png",
  "displayName": "<string>",
  "emailVerifiedAt": "<string>",
  "phoneVerifiedAt": "<string>",
  "updatedAt": "<string>",
  "createdAt": "<string>"
}

Body

application/json

Success

email
string<email>
required
Minimum string length: 1
password
string
required
Required string length: 1 - 255

Response

Success

email
string
required
id
string
Example:

"123"

password
string | null
Example:

"1d51eda152c84347103ad7bcb1e85e96"

phone
string | null
Example:

"123-456-7890"

photoUrl
string | null
Example:

"https://cdn.visaji.com/photo.png"

displayName
string | null
emailVerifiedAt
string | null
phoneVerifiedAt
string | null
updatedAt
string | null
createdAt
string