POST
/v1/auth/webauthn/signup-in/start
Use to login with WebAuthn, if user doesn't exist a new user will be created
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID\>
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
loginId
string
origin
string
loginOptions
object
ssoAppId
string
passkeyOptions
object
Status code | Description |
---|---|
200 | OK |
Was this helpful?