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
Request headers required. See Request Headers for more information.
Required Permissions
The permissions apply to the application only.
Name | Conditions |
---|---|
| Always Required (on the Application) |
| Always Required (on the Application) |
Request body
Similar to the Create Credential endpoint
Response body
Similar to the Create Credential endpoint
Last updated