> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api/cloudeka-backend/resend-validation-device.md).

# Resend Validation Device

This API is used to resend the validation device to email

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Cloudeka Backend","description":"API endpoints for Cloudeka Backend (base: /core)"}],"servers":[{"url":"https://ai.cloudeka.id/"}],"paths":{"/core/user/resend-validate/{user_id}":{"post":{"description":"This API is used to resend the validation device to email","tags":["Cloudeka Backend","User"],"summary":"Resend Validation Device","parameters":[{"schema":{"type":"string"},"description":"User ID","name":"user_id","in":"path","required":true}],"responses":{}}}}}
```
