Skip to main content
POST
Send Message

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

The schema for sending a message.

first_name
string
required
Maximum string length: 255
email
string
required
Maximum string length: 255
brief_description
string
required

Response

Successful Response

The schema for a message.

first_name
string
required
Maximum string length: 255
email
string
required
Maximum string length: 255
brief_description
string
required
id
integer
required
date_added
string<date-time>
required
date_updated
string<date-time>
required
user
UserSchema · object | null

The schema for a user.