Person messages
Index messages for a person
Returns an array containing all messages sent to the person specified in the request URL.
get/v1/persons/{person_id}/messages
Path parameters
person_idstring required
Query parameters
page[size]integer
Specifies the number of entries to include in each results page.
page[number]integer
Specifies the number of results pages to return.
Response
Successful result of the operation.
Example response
[
{
"id": "f4ed772c970e1096a73d9418192a2d0camsg",
"account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc",
"title": "Ihre Samsung Pay Bezahlung",
"created_at": "2022-06-20T19:02:49Z"
}
]