Skip to main content
POST
/
auth
/
register
Start registration by email
curl --request POST \
  --url https://business.tgo-eg.com/api/v1/auth/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "owner@example.com"
}
'
{
  "message": "<string>"
}

Body

application/json
email
string<email>
required
Example:

"owner@example.com"

Response

Verification email queued.

message
string