Skip to content

Email Code Request

Requests an email code for email-code based auth flow.

Method and path

  • Method: POST
  • Path: /auth/email/code/request
  • Auth: not required

Request body

{
  "email": "dev@example.com"
}

Response

  • 200 OK
  • 400 Bad Request

Use this endpoint when the client follows the newer /auth/email/code/* naming.