Create User Action Signature Challenge
POST /auth/action/init
Starts a user action signing session, returning a challenge that will be used to verify the user's intent to perform an action.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
The permissions apply to the application only.
Name | Conditions |
---|---|
| Always Required |
Request body
|
| The JSON encoded body of the request that is being signed |
|
| The HTTP method that will be used to make the request that is being signed. Can be one of the following:
|
|
| The path of the request that is being signed |
|
|
|
Example:
Responses
See Common Errors for common errors.
See User Action Signing Errors for user action signing specific errors.
Success - an object containing the user's authentication options
Format:
Examples
Last updated