- Back to home
- Core
- Authentication
- User
- Point Reward
- Notification
- HealthcheckGET
- Renew OTPPOST
Email Verification SignUp V1
Developing
POST
/core/v1/auth/email-verification
Last modified:2025-02-26 09:38:37
Request
Body Params application/json
otp_code
integer
required
otp_ref
string
required
Example
{
"username": "{{$internet.userName}}",
"password": "1qazZAQ!",
"name": "{{$internet.displayName}}",
"email": "bank@kasidate.me",
"profileUrl": "{{$image.avatarGitHub}}"
}
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/auth/email-verification' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "{{$internet.userName}}",
"password": "1qazZAQ!",
"name": "{{$internet.displayName}}",
"email": "bank@kasidate.me",
"profileUrl": "{{$image.avatarGitHub}}"
}'
Responses
🟢200OK
application/json
Body
status
string
required
message
string
required
Example
{
"status": "string",
"message": "string"
}
🟠400Bad Request
🔴500Server Error