Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Check Register Email
The merchant owner's email address
curl --request POST \
--url https://api.unibee.dev/merchant/auth/sso/register_email_check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>"
}'{
"code": 123,
"data": {
"valid": true
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Check Register Email
curl --request POST \
--url https://api.unibee.dev/merchant/auth/sso/register_email_check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>"
}'{
"code": 123,
"data": {
"valid": true
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Check Register Email
The merchant owner's email address