Create Credential With Code
POST /auth/credentials/code/verify
Part of the flow Create Credential With Code.
Adds a new credential to a user's account. This endpoint is similar to the Create Credential endpoint, except:
it does not need the user to be authenticated
it does not need user action signing
it will only work with the challenge gotten from the Create Credential Challenge With Code endpoint
Required Permissions
None
Request body
Similar to the Create Credential endpoint
Response body
Similar to the Create Credential endpoint
Last updated