Yurba Docs
Yurba Documentation

Get started

Accounts

Users

Relationships

Dialogs (Messages)

Tracks (MuseBase)

Photos

Posts

Comments

Safety

Other

Yurba CDN (cdn.yurba.one)

POST /reset

Submit a reset request, password change link will be sent to the specified email.

Request headers:

"Content-Type: application/json"

Request body:

{ email: string }

Response:

{ ok: int }

Example:

{ ok: 1 }

Errors:

user_not_found: user with the specified email was not found

too_many_attempts: too many register attempts, no more than 5 times per 5 minutes

email_service_error: error when sending email