latestOpenAPI 3.0.12026-08-0660121245.3 KB

099ef636a5a1

Person messages

Return a message for a person

Returns a specific message for the person specified in the request URL.

get/v1/persons/{person_id}/messages/{id}

Path parameters

idstring required
person_idstring required

Response

Successful result of the operation.

idstring

ID of the message.

account_idstring

ID of the account for which the message was sent.

titlestring

The title of the message.

textstring

The text of the message.

required_notification_channel'any' | 'email'

The notification channel used to send the message.

created_atstring date-time

UTC timestamp from when the message was created.

Example response

{
  "id": "f4ed772c970e1096a73d9418192a2d0camsg",
  "account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc",
  "title": "Ihre Samsung Pay Bezahlung",
  "created_at": "2022-06-20T19:02:49Z"
}