Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

208
Views
Twillio: antes de construir la aplicación, ¿cuál es la URL base?

Escribí el código Twillio para obtener la verificación telefónica en la interfaz.

Y aquí PRACTICE_BASE_URL era mi dirección IP como la siguiente, ya que la acabo de probar en la exposición. Siempre que la dirección IP la cambié.

 const PRACTICE_BASE_URL = "http://172.30.1.18:4000"; const sendCode = async () => { setPhoneInserted(true); setwaitMessage(true); // send verfication code to phone number await fetch(`${PRACTICE_BASE_URL}/verify/${phone}`, { method: "GET", headers: { "Content-Type": "application/json", }, }) .then((res) => res.json()) .then((res) => { if (res.status === "pending") { setcheckedNumber(phone); setwaitMessage(false); } }) .catch((err) => { setPhoneInserted(false); setwaitMessage(false); setphone(""); console.log(err); setDisableConfirm(true); goDownY.start(); setVeriBox(true); setVerimessage("잘못된 휴대전화번호입니다."); reset(); setretry(true); }); };

Quiero construir la aplicación en versión real o beta de expo ahora.

Entonces, ¿cómo cambio BASE_URL aquí?

Busqué pero no encontré en la página de inicio de Twillio. por favor, ayúdame.

about 4 years ago · Santiago Gelvez
1 answers
Answer question

0

La URL base habitual para la API de Twilio es:

https://api.twilio.com/2010-04-01/

La URL base para Twilio Verify API es:

https://verify.twilio.com/v2/

about 4 years ago · Santiago Gelvez Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!