API Endpoints
Send verification code to phone number via SMS.
POST
{{url}}/mfa/send-code
Headers
Name
Type
Description
Authorization*
String
Bearer token
Request Body
Name
Type
Description
recipient*
String
Phone number (ex: "+11234567890")
Verify verification code.
POST
{{url}}/mfa/verify
Headers
Name
Type
Description
Authorization*
String
Bearer token
Request Body
Name
Type
Description
recipient*
String
Phone number (ex: "+11234567890")
code*
String
Verification code
Last updated
Was this helpful?