get https://api.naoca.com/v1/comments/
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.naoca.com/v1/comments/id \
--header 'accept: application/json'
xxxxxxxxxx
18{
"data": {
"id": "693732a6-3ed5-4ebc-84fa-5df0fe21aa8a",
"client_id": "66729e18-b532-4276-a788-3779718c8049",
"author_name": "John Smith",
"author_email": "yourname@email.com",
"author_banned": false,
"comment": "This is a test comment",
"status": "approved",
"created_at": "2021-01-21T23:27:07.000Z",
"updated_at": "2021-04-13T05:46:46.000Z"
},
"metadata": {
"request_id": "Cd-cJi3cSwMEMWg=",
"method": "GET",
"url": "https://api.naoca.com/v1/comments"
}
}