Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --globoff '/{{v1}}/email/validate' \
--header 'X-Application-Identifier: 6d4753f2-c75e-470f-ab0c-de7557218681' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email": "string"
}'
Responses
application/json
Modified at 2025-07-16 15:21:43