Auth
Phone Submit Code
Complete the phone number authentication flow by submitting the one-time code that was sent to the user's phone.
Complete the phone number authentication flow by submitting the one-time code that was sent to the user's phone.
PUT
/auth/phone/{account_handle}storyden-session<token>
In: cookie
Path Parameters
account_handlestring
Account handle.
codestring
Response Body
curl -X PUT "https://loading/api/auth/phone/southclaws" \ -H "Content-Type: application/json" \ -d '{ "code": "string" }'{
"id": "string"
}Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Phone Request Code POST POST
Start the authentication flow with a phone number. The handler will send a one-time code to the provided phone number which must then be sent to the other phone endpoint to verify the number and validate the account.
Web Authn Get Assertion GET GET
Start the WebAuthn assertion for an existing account.