Business messages
Retrieve a message for a business
Returns a specific message for a business as specified in the request URL.
get/v1/businesses/{business_id}/accounts/{account_id}/messages/{id}
Path parameters
idstring required
business_idstring required
account_idstring required
Response
Successful result of the operation.
Example response
{
"id": "f4ed772c970e1096a73d9418192a2d0camsg",
"business_id": "567eaf2b22fce21a1920e14e11e2bfa3cbiz",
"person_id": "0ba2211cab11af6094d60ead81f2bd9dcper",
"account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc",
"title": "Ihre Samsung Pay Bezahlung",
"created_at": "2022-06-20T19:02:49Z"
}