Sign Up 2 (Auth)
User authentication by a given UUID and auth-numbers for sign-up.
POST /api/sign-up/auth
Request with URL Params
Properties
Required
uuid(36)
Request with Body
Properties
Type
Required
numbers
string(6)
Response
Responds the access token and refresh token for sign-in when successfully completed.
{
"userId": "96334f05-ae25-4e99-8786-1eb67f950434",
"accessToken": "9afe1330c954ebd959afceae2bbf511ab249ed590e362310bedaad5899b64dc1",
"refreshToken": "4a4b2f14ff1ebb10d567d1f84fddc84cd60c0cee688e7fd963cf006ad5773a3e"
}invalid_uuid
invalid_numbers
Last updated
Was this helpful?