post https://us-central1-readysandbox.cloudfunctions.net/user-signUpAnonymously
Allows users to sign up anonymously.
Log in to see full request history
Responses
400Invalid request, missing or invalid parameters.
500Internal server error.
Allows users to sign up anonymously.
400Invalid request, missing or invalid parameters.
500Internal server error.
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/user-signUpAnonymously \
--header 'accept: application/json'
xxxxxxxxxx
{
"userId": "string",
"customToken": "string",
"idToken": "string",
"refreshToken": "string"
}