Get Post Detail
get post detail
Authorizations
AuthorizationstringRequired
Query parameters
slugstringOptional
slug of post
Responses
200
Response
application/json
get
/v2/post/detailGET /v2/post/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200
Response
{
"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"
}Last updated