Skip to main content

Request a MFA token via phone call

POST 

https://YOUR_SPACE.signalwire.com/api/relay/rest/mfa/call

Request a MFA token via phone call

Permissions

The API token must include one of the following scopes: Voice or Messaging or Fax.

Request

Responses

OK

Authorization: http

name: basic_authtype: httpscheme: basic

Request Collapse all
Base URL
https://YOUR_SPACE.signalwire.com/api/relay/rest
Auth
Body required
{
  "to": "+14043287382",
  "from": "+12029167968",
  "message": "Here is your code",
  "token_length": 6,
  "max_attempts": 3,
  "allow_alphas": false,
  "valid_for": 3600
}
ResponseClear

Click the Send API Request button above and see the response here!