Get Post Detail
Last updated
Last updated
GET /v2/post/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
{
"status": true,
"data": {
"id": 1,
"link": "text",
"type": "offline",
"authorName": "text",
"city": "text",
"cityId": 1,
"created_at": "text",
"kind": 1,
"authorPhoto": "text",
"end": "text",
"title": "text",
"subtitle": "text",
"summary": "text",
"active": 1,
"authorId": 1,
"content": "text",
"cover": "text",
"place": "text",
"start": "text",
"updated_at": "text"
},
"message": "success"
}