AuthnAuthzAPI
  1. Authentication
  • Overview
  • Authentication
    • Register a new user
      POST
    • Verify email address
      POST
    • Resend verification code
      POST
  1. Authentication

Resend verification code

Developing
POST

Request

None

Responses

🟢200Success
application/json
Body

🔴500Internal Server Error
🟠429
🟠429Rate Limit Exceeded
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:3000/api/v1'
Response Response Example
200 - Example 1
{}
Modified at 2026-03-02 02:48:10
Previous
Verify email address
Built with