Yurba Docs
Yurba Documentation

Get started

Accounts

Users

Relationships

Dialogs (Messages)

Tracks (MuseBase)

Photos

Posts

Comments

Safety

Other

Yurba CDN (cdn.yurba.one)

POST /confirm

Verify your account using hCaptcha. The code is sent by email via /register endpoint

Request headers:

"Content-Type: application/json"

Request body:

{ code: string, h_captcha_response: string }

Response:

{ ok: int }

Example:

{ ok: 1 }

Errors:

captcha_failed: you failed the captcha

code_not_found: your code is outdated or doesn't exist