Using react-native-twilio with twilio.com

Objective-C integration

Install
# See https://github.com/rogchap/react-native-twilio
List all the verification attempts for a given Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://verify.twilio.com/v2/Attempts
Retrieve a list of all Verification Services for an account.
curl \
  -u "$API_USER:$API_PASS" \
  https://verify.twilio.com/v2/Services
List all the available templates for a given Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://verify.twilio.com/v2/Templates
SDK on GitHub 📄 API Docs
SDK
react-native-twilio
Objective-C
API
twilio.com
twilio.com:twilio_verify_v2
At a glance
Language Objective-C
Endpoints53
Base URLhttps://verify.twilio.com