curl --request POST \
--url https://api.cloud.flexprice.io/v1/auth/signup \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"password": "<string>",
"tenant_name": "<string>",
"token": "<string>"
}'
{
"tenant_id": "<string>",
"token": "<string>",
"user_id": "<string>"
}
Sign up a new user
curl --request POST \
--url https://api.cloud.flexprice.io/v1/auth/signup \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"password": "<string>",
"tenant_name": "<string>",
"token": "<string>"
}'
{
"tenant_id": "<string>",
"token": "<string>",
"user_id": "<string>"
}
Sign up request
The body is of type object
.
OK
The response is of type object
.