📣 this endpoint verify user email . In this POST request , user is indentified using authentication header📢 Info message : Here URL is contructed like POST/v1/auth/verify-email
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
email
stringÂ
required
Example:
email
otp
stringÂ
required
Example:
432450
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 GET 'http://localhost:8080/v1/auth/verify/email/432450'