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

Body

application/json
uid
string
fcm
string

Response

200

Success