Skip to main content
GET
/
v1
/
email-validation-tokens
/
{id}
Get validation token by ID
curl --request GET \
  --url https://api.example.com/v1/email-validation-tokens/{id}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "<string>",
  "created": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string<uuid>
required

Response

OK

id
string<uuid>
email
string | null
created
string<date-time>