Storyden
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": {}
}