Render web recovery
GEThttp://localhost:8080/auth/recovery/:recovery_token
Request
Path Parameters
recovery_token stringrequired
Responses
- 200
Example response
- application/json
- Schema
- Example (from schema)
Schema
status numberrequired
data object
{
"status": 0,
"data": {}
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'http://localhost:8080/auth/recovery/:recovery_token' \
-H 'Accept: application/json'
ResponseClear