POST
/
messages
/
partner
/
{partner_id}
Error
A valid request URL is required to generate request examples
{
  "id": 123,
  "partner_id": "<string>",
  "title": "<string>",
  "content": "<string>",
  "read": true,
  "url": "<string>",
  "type": "<string>",
  "date_created": "2023-11-07T05:31:56Z",
  "date_last_updated": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Copy your Cognito JWT Token below: 'Bearer <JWT>'

Path Parameters

partner_id
string
required

Query Parameters

title
string

Title for the message

content
string

Content of the message

read
boolean
default:false

true|fasle

url
string

Url for the notifications.

type
enum<string>
Available options:
instant_notification,
recommendation,
event

Response

Success

id
integer

Message id

partner_id
string

Partner id

title
string

user email address (same as username)

content
string

Message content

read
boolean

Boolean shows if the message is read or not

url
string

Url for the notifications.

type
string

Message type: instant_notification, recommendation, event

date_created
string<date-time>
date_last_updated
string<date-time>