Skip to main content
POST
/
users
/
{user_id}
/
phonenumber
/
{sid}
Error
A valid request URL is required to generate request examples
{
  "status": "<string>",
  "message": "<string>",
  "code": 123,
  "detail": {},
  "title": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

sid
string
required

The session ID obtained from POST /users/{user_id}/phonenumber.

user_id
string<uuid>
required

The ID of the user.

Example:

"d81c8ee2-44b3-429f-b944-a33ad7437690"

Body

application/json
code
string
required

The verification code received on your phone.

Response

OK