Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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

Last modified on June 16, 2026