Accounts

Endpoint for signing up a new user, specifically for linked authentication on PCGDK

post/v2/signup/linked

Request body

usernamestring
passwordstring
gender1 | 2 | 3

['Unknown' = 1, 'Male' = 2, 'Female' = 3]

birthdaystring date-time
displayNamestring
isTosAgreementBoxCheckedboolean
signupType0 | 1

['Regular' = 0, 'Express' = 1]

emailstring
localestring
assetIdsinteger[]
bodyColorIdinteger
bodyTypeScalenumber double
headScalenumber double
heightScalenumber double
widthScalenumber double
proportionScalenumber double
agreementIdsstring[]
identityVerificationResultTokenstring
dataTokenstring
accountBlobstring
passkeySessionIdstring
passkeyRegistrationResponsestring
captchaIdstring
captchaTokenstring
captchaProviderstring
challengeIdstring

Response

OK

userIdinteger
starterPlaceIdinteger
returnUrlstring
accountBlobstring

Changes

Changed in 1 of the 15 revisions of this API.1