curl --request POST \
--url https://api.unibee.dev/merchant/auth/sso/register \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"password": "<string>",
"companyName": "<string>",
"countryCode": "<string>",
"countryName": "<string>",
"metadata": {},
"phone": "<string>",
"userName": "<string>"
}
'{
"code": 123,
"data": {},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Register with owner permission, send email with OTP code
curl --request POST \
--url https://api.unibee.dev/merchant/auth/sso/register \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"password": "<string>",
"companyName": "<string>",
"countryCode": "<string>",
"countryName": "<string>",
"metadata": {},
"phone": "<string>",
"userName": "<string>"
}
'{
"code": 123,
"data": {},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Register with owner permission, send email with OTP code
The merchant owner's email address
The merchant owner's first name
The merchant owner's last name
The owner's password
Company Name
Country Code
Country Name
Metadata,Map
Show child attributes
The owner's Phone
The owner's UserName