Перейти до основного вмісту
POST
/
v1
/
email-validation-tokens
Створити токен валідації електронної пошти
curl --request POST \
  --url https://api.example.com/v1/email-validation-tokens \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "email": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "<string>",
  "created": "2023-11-07T05:31:56Z"
}

Тіло

email
string | null

Відповідь

OK

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