get https://api.naoca.com/v1/obituaries./
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.naoca.com/v1/obituaries./id \
--header 'accept: application/json'
xxxxxxxxxx
20{
"data": {
"id": "ce1a3e9c-87fe-4845-83bf-6f02c16a065b",
"client_id": "b390a9fb-0388-49a2-8971-5aefe345204b",
"markup": "<div>This is an obituary.</div>",
"media": {
"id": "4d8a0287-2253-4867-81e5-026265893fc5",
"extension": "jpg",
"url": "https://assets.naoca.com.au/...",
"thumbnail": "https://assets.naoca.com.au/..."
},
"created_at": "2023-04-19T23:26:03.000Z",
"updated_at": "2023-04-19T23:26:03.000Z"
},
"metadata": {
"request_id": "Cd-cJi3cSwMEMWg=",
"method": "GET",
"url": "https://api.naoca.com/v1/obituaries/{id}"
}
}