Auth
인증 관련 API
인증 관련 API
POST /tikkly-b2c/auth/sign-in HTTP/1.1
Host: api-b2c.tikkly.io
Content-Type: application/json
Accept: */*
Content-Length: 89
{
"privyAccessToken": "privy_access_token_example",
"privyIdToken": "privy_id_token_example"
}{
"statusCode": 200,
"message": "Success",
"data": {
"status": "EXISTING",
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"uuid": "40115395-195e-4c14-b5f4-261f13da353e"
}
}