- Auth
- Users
- Reports
- Room
- Device
- category
- Sensor
- Automation
Verifiy Email
Developing
POST
authverified
Request
Body Params application/json
id
string
required
code
string
required
Example
{
"id": "string",
"code": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"code": "string"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
🟢200OK