Get started
Accounts
Apps
Users
Relationships
Dialogs (Messages)
Tracks (MuseBase)
Photos
Posts
Comments
Safety
Other
Yurba CDN (cdn.yurba.one)
For Desktop Developers
Restoring access to your account by changing your password. The code is sent by email via /reset endpoint
Request headers:
"Content-Type: application/json"
Request body:
{
code: string,
password: string
}
Response:
{
ok: int
}
Example:
{
ok: 1
}
Errors: