# Request SMS Resend

To request resending the sms, replace the bold text (Order ID) with your ID for the sms you want to request.

  • Host: https://api.contasinfinity.com.br/api/v1/sms/resend/ Order ID
  • Method HTTP: GET
  • Headers:
    • Accept: application/json
    • Authorization: Bearer YOUR_API_KEY

# Response: STATUS 200 OK

{
    "message": "SMS Resent."
}