Check Account exists
Developing
POST
/auth/check-account-exists
Check if the Account exist
{
'identifier' : 'skshahra@gmail.com'
}
/v1/auth/check-account-exists
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vidinfra.com/v1/auth/check-account-exists' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "skshahra@gmail.com"
}'
Response Response Example
400 - Exception
{"message":"Unable to register. Please try again later.","success":false,"details":"the email address is already in use"}
Request
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01