Yurba Docs
Yurba Documentation

Get started

Accounts

Users

Relationships

Dialogs (Messages)

Tracks (MuseBase)

Photos

Posts

Comments

Safety

Other

Yurba CDN (cdn.yurba.one)

POST /dialogs

Create a new dialog, returns the DialogModel.

Request headers:

"Content-Type: application/json" token: string

Request body:

{ name: string, description: string, type: int # 1 - group, 2 - channel }

Errors:

auth_failed: token authorization failed

invalid_type: invalid dialog type

upload_error: error inserting dialog to database