Skip to main content
POST
/
v1
/
auth
/
register
cURL
curl --request POST \
  --url https://revive-api-v2-production.herokuapp.com/v1/auth/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "firstname": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "fcm": "<string>",
  "leadSource": "<string>"
}
'

Body

application/json
firstname
string
required
email
string
required
phone
string
required
fcm
string
leadSource
string

Response

200

Success