- Back to home
- Core
- Authentication
- User
- Point Reward
- Notification
- HealthcheckGET
- Renew OTPPOST
Renew OTP
Developing
POST
/core/v1/otp/renew
Last modified:2025-03-01 12:58:50
Request
Body Params application/json
ref_code
string
required
Example
{
"ref_code": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/core/v1/otp/renew' \
--header 'Content-Type: application/json' \
--data-raw '{
"ref_code": "string"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}