Verify e-mail token via code (HTML response)

GET /auth/verify/token

Query parameters

  • code string Required

Responses

  • 200 text/html

    HTML page

  • 400 application/json

    Bad request

    Hide response attributes Show response attributes object
    • error boolean
    • timestamp string(date-time)
    • uniqueId string | null
GET /auth/verify/token
curl \
 --request GET 'https://call.xap3y.space/v1/auth/verify/token?code=string'
Response examples (400)
{
  "error": true,
  "timestamp": "2025-05-04T09:42:00Z",
  "uniqueId": "string"
}